Customizing a Theme

Permalink
Hi Guys,

I'm working to customize the plain yogurt theme and I've run into a bit of a roadblock.

As you can see from the attached image the main text body area seems to be padded from the left quite a bit, however I've edited the CSS 7 ways from Sunday and still can't figure out how to get this to better align. I've attached an image of the problem and the current Main.CSS file as well.

Anyone have some insight on what might be causing this?

2 Attachments

 
ThemeGoodness replied on at Permalink Reply
ThemeGoodness
I am guessing it is this padding-left:

#page #central.central-left #body {padding-left: 68px !important; padding-right: 0px !important; float:right}

If you can send a live link it would be easier to see.

Steph