There are styles around some of the divs that the content is in:
HTML Code:
<div style="width: 510px;" class="wp-caption alignnone">
I think it's that 510px width that's doing it. There are several divs with this specified. It's probably hardcoded into a template or php file somewhere.
If you don't want to hack the template/php, I think you need to put a width on the following classes:
entry, entrybody, entrymeta, bar, h3.entrytitle
There is also an un-styled paragraph ('next page' link) at the bottom which will make the horizontal scroll appear if you don't fix it too.
You'll need to add widths because older browsers don't follow 'overflow-x'.
The width you use will need to take into account the width of the vertical scrollbar.
Bear in mind I'm a css noob; You might find a better way.
Good luck.
I hate css more than anything; I've lost entire days to stupid little problems like this.
Last edited by Chianti; 04-07-2010 at 02:30 PM..
|