Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 356
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 306
Total: 306

BlackRain v.2 SMF 2.0.2

Started by TinMan, Jul 14, 12, 06:09:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TinMan

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;
}

:)