Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: pcdlab on November 14, 2008, 01:39:32 PM

Title: 2.0 Beta 4 Padding
Post by: pcdlab on November 14, 2008, 01:39:32 PM
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...

(http://www.pcdesignlab.com/images/other/Forum.jpg)

Any help would be greatly appreciated!

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