MyBB Community Forums

Full Version: No Padding Around Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, just designed and setup a new custom design to fit with the design of the main site. The only problem is that there's no padding/margin around the forum. All the text and images just touch the edges. I've looked right through the CSS, and I can't find the reason for this. Can someone shed some light on this and tell me how to fix it?

Example: http://macme.org/forums/index.php
Its in Global.css i think Smile

Use mybb templates &styles -> template name -> eidt template -> global.css

The I think its called "tborder"

My settings are "width" 100%

and extra css:
margin: auto auto;
border: 1px solid #202020;
margin-top: -1px;
background-color: #000000;
(2010-03-23, 09:08 PM)tommykent1210 Wrote: [ -> ]Its in Global.css i think Smile

Use mybb templates &styles -> template name -> eidt template -> global.css

The I think its called "tborder"

My settings are "width" 100%

and extra css:
margin: auto auto;
border: 1px solid #202020;
margin-top: -1px;
background-color: #000000;
Nope, already checked that, mine are the same.
I would put it inside an invisible container if I were you. Would make it so much easier.