TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: TinMan on Jul 14, 12, 06:09:37 PM

Title: BlackRain v.2 SMF 2.0.2
Post by: TinMan on Jul 14, 12, 06:09:37 PM
Where is the padding/sizing for the side borders located in the css?
Thanks.

Edit: nvm found another post here at the site with the fix...
Quote from: willemjan on May 12, 11, 09:11:03 AM
I'm sorry, it should be:

#mainframe
{
font-size: 85%;
width: 95%;
margin: auto;
}


Make it like this:


#mainframe
{
font-size: 85%;
width: 95% !important;
margin: auto;
}

:)