MyBB Community Forums

Full Version: Global.css help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i want to make my theme wider. I edited #container and everything but only the part in the picture changed size. Where would i go to edit the size of the black border?

[Image: header.png]
(2011-08-17, 09:33 PM)mman259 Wrote: [ -> ]So i want to make my theme wider. I edited #container and everything but only the part in the picture changed size. Where would i go to edit the size of the black border?

[Image: header.png]

just a guess #panel
I'm not sure but try editing #content

Change it to the following code:

Quote:#content {
width: XYZpx;
}

XYZ will be the same with width of #container.

If it doesn't solve the problem, please send me the URL of your website or attach your global css here (take it from "themes > global.css > edit stylesheet: advanced mode" and copy it to a text file).


(2011-08-17, 09:48 PM)FirefoX Wrote: [ -> ]I'm not sure but try editing #content

Change it to the following code:

Quote:#content {
width: XYZpx;
}

XYZ will be the same with width of #container.

If it doesn't solve the problem, please send me the URL of your website or attach your global css here (take it from "themes > global.css > edit stylesheet: advanced mode" and copy it to a text file).

still looks like #panel to me Big Grin