The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Some text further out than forum

3 posters

Go down

Some text further out than forum Empty Some text further out than forum

Post by LostLegend July 15th 2010, 11:55 am

Some text further out than forum A14daded

The chatbox and text below it in the pic are further right than the rest of the forum.
Altering width and those 2 codes in the CSS to alter forum width to 960 didn't fix this issue. :/
So you can see: http://naruto-role-play-rpg.forumotion.com/forum.htm

Here, this one seems to be fine:http://narutoninjaway.roflforum.net/forum.htm
(As you can see, view unanswered posts is above everything and not hanging out)

LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by LostLegend July 16th 2010, 12:57 pm

So no one knows?
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by MasterOfKings July 16th 2010, 1:03 pm

Both of those have this for the link...
Code:
<td class="gensmall" align="right"...
Go to the CSS stylesheet, and find gensmall (for both), the margins are probably different (the one with the problem might not even have one).

If the forum's width are the same size, have the margins the same.

-MoK

PS: If you are using the basic CSS, go to Display -> Colors -> CSS Stylesheet (its a tab) -> View basic CSS.

Then copy just the gensmall part into the CSS stylesheet. Do NOT deactivate the basic CSS.
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by LostLegend July 16th 2010, 3:18 pm

Where am I supposed to put this gensmall thing? By copy it, do you mean the
<td class="gensmall"
or just
"gensmall"?
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by MasterOfKings July 17th 2010, 9:53 am

No, gensmall is a section of the CSS stylesheet. If you view the basic stylesheet, there should be a part called 'gensmall' (I think). If there is, there might be a margin, or not. Look at both CSS stylesheets (for each forum), and change the incorrect one accordingly.

-MoK
MasterOfKings
MasterOfKings
Forumember

Male Posts : 89
Reputation : 20
Language : English

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by ankillien July 17th 2010, 10:19 am

Hello,

I can't find a perfect fix for this but this code would help a little...

Code:
table[width="100%"] {
width : 90% !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by LostLegend July 17th 2010, 3:03 pm

I put that in the CSS and it didn't do anything... It just moved everything left and the top posters widget got all messed up.

Here's css:

Code:

body
{
background-color: #000000;
background-repeat: repeat-y;
background-position: top center;
}

.bodylinewidth
{
max-width: 960px;
}

#page-body
{
max-width: 960px;
margin: auto;
}

.forumline
{
background-color: #333333;
padding: 4px;
border-radius: 10px;
-moz-border-radius: 10px;
margin-bottom: 5px;
}

td
{
-moz-border-radius: 4px;
border-radius: 4px;
}

table.three-col td .forumline {
width : 95% !important;
}

.bodyline {
background : rgba(0, 0, 0, 1.0);
}

table[width="100%"] {
width : 100% !important;
}

Note I put last line to 100% each to fix it.

EDIT: King, there is no gensmall...
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Some text further out than forum Empty Re: Some text further out than forum

Post by LostLegend July 18th 2010, 4:08 pm

Oh, a tumbleweed is rolling past...
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum