Hi all
Shame my first post has to be one where I'm floundering...
I've been looking at the many posts relating to width problems, but none seem to match what I'm getting - appologies if I missed the answer I'm looking for.
Cart version is 1.3.0.2 and my stylesheet was taken from template_default. I've yet to upgrade because Zen came with my hosting provider and upgrading is another kettle of fish. Browser is IE6, latest updates.
My main page displays how I want it - 100% screen width (the 2 side bars are the default width and the center section consumes all that is remaining), as does the new user form when you click to log in. Problem is that all other pages (search, catagory listings etc) seem to consume varying amounts of the screen - sidebars still correct width, but the center section seems to 'snap to contents'.
I've been pasting 'Width: 100%;' all over the place but nothing seems to have the desired effect. It does, infact, have no effect on any thing it would seem. Could someone point me in the right direction?
Notable sections of my CSS include:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
width: 100%;
margin: auto;
}
#mainWrapper {
/*bgcolour for anything not defined elsewhere*/
background-color: #CCCCCC;
text-align: left;
width: 100%;
margin: auto;
vertical-align: top;
}
It is also worth noting that this happens with a vanilla Template_default css file.
If somone could assist, I'd gladly buy them a beer!
Regards
Paul



