MyBB Community Forums

Full Version: Forum Width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i want to get the white out on the sides so its as wide as the banner. but it just moves it to the rite if i make it bigger and the left side stays there. what do i need to get the width the same

[attachment=31441]
Link to the forum? Smile
try using:

float:right;
text-align:right;
where
In your Header -> Header template, you'll see the following:

<td width="50%" style="padding-left: 360px; font-size: 12px; color: #FFFFFF;">

Change that line to:

<td width="50%" style="padding-left: 360px; font-size: 12px; color: #FFFFFF;text-align:right;">

Does that do what you wanted it to?
what i need is to widen the forum so its as wide as the header. without the white. and/or if you take that out somehow. i want it off below the header too. i just dont want the white border and for the forum to be wider

[attachment=31451]
That can't be done with a sidebar. Taking up 100% of the header means hiding that sidebar so it fits. Unless I'm misunderstanding?
the sidebar just does that and i cant get that out? well without it the forum is still misaligned, i have it set to 1300px and the header 100%, the header wont change width and if i try making the forum width wider it just moves the rite side of it over however many pixels

[attachment=31454]
[attachment=31455]

i want to get the whole forum to look like one page, no space between categories and obviously id want the sides and the header the same but i cant. i have a thread in support for the sidebox already ill ask him about that but maybe asking too much
Your HTML is invalid. Once the HTML is cleaned up css changes are more likely to work as you expect.

http://validator.w3.org/check?uri=http%3...2Fservices
Pages: 1 2