News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

2.0 Beta 4 Padding

Started by pcdlab, November 14, 2008, 01:39:32 PM

Previous topic - Next topic

pcdlab

Hi All,

I recently installed SMF 2.0 Beta 4 and have a little issue I need help with.

The forums are skinned into a Subdreamer CMS theme and used to fill all the available space but now there's some padding on the left and right side so the forums are squashed and difficult to read. I didn't have this issue with v1.1.6 and looked in the obvious places but can't find where this padding is being defined.

I'm using the default (core) theme and here's the style.css code...

body
{
   font: 95%/90% Verdana, Helvetica, sans-serif;
   background: #CCCCCC;
   margin: 0px;
   padding: 0px 0px 0px 0px;
}

Here's a pic with the resultant padding...



Any help would be greatly appreciated!

Solved: The themes/css/index.css #mainframe width wasn't set to 100%.

Advertisement: