hi,
my zen cart page has 750px at width
#mainWrapper { width: 750px; }
is it posible to have full screen header and save these 750px at width for rest of the page?
hi,
my zen cart page has 750px at width
#mainWrapper { width: 750px; }
is it posible to have full screen header and save these 750px at width for rest of the page?
well, zen cart eshop page can have fixed width or it can be switched to full screen mode (from left to right).
i would like to display header over full screen and rest of the page to be displayed with fixed width in the center of screen
I have been trying to figure this out also. Anyone know how to do it??...please?
Basically, in your stylesheet change #mainWrapper from
width: 750px;
to
width: 100%;
then make #contentMainWrapper
width: 750px;
margin: auto;
You may also need to make one or more footer divs fixed width the same way.
This will depend on your exact template, so if this does not work for you, post a link to see your site live.