I just finished skinning the theme for a new podcast blog and on the homepage (http://www.willandwillie.com/) everything looks fine but go to http://www.willandwillie.com/?p=3 and at least on Firefox, the left column is way too narrow and I can't seem to find in my style.css where the problem is. Where'd I screw up?
kmessinger
Member
Posted 4 years ago #
Your column and your sidebar are both effected. Maybe that will narrow it down.
To control just the left column should be in styles.css
and look like this '.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}'
This is really weird. I don't even see the sidebar. And I played around with the .narrowcolumn even to the point of deleting it on purpose and nothing changes. Makes no sense.