Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do I set the width of the center section

how do I set the width of the center section

Locked

Views: 1,536

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 May 2007, 3:53 PM
#1
markpetryk avatar

markpetryk

New Zenner

Join Date:
May 2007
Posts:
2
Plugin Contributions:
0

how do I set the width of the center section

This is a new zen install with a new user (me). My center section seems rather narrow with wide borders beyond the left and right columns (see http://shop.marloshouse.com) - how do I change the overall width of the center section? I really don't want any borders beyond the left and right columns at all - not sure why they're there. I've searched this forum and the faq and haven't even found this question being asked. I've scanned the css files also to no avail.

15 May 2007, 4:11 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: how do I set the width of the center section

In your stylesheet find ```
/wrappers - page or section containers/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px; //<--------------change to 100%; or whatever you want
vertical-align: top;
border: 1px solid #9a9a9a;
}

15 May 2007, 6:08 PM
#3
markpetryk avatar

markpetryk

New Zenner

Join Date:
May 2007
Posts:
2
Plugin Contributions:
0

Re: how do I set the width of the center section

Thank you, very much!

21 May 2007, 6:29 AM
#4
jben avatar

jben

New Zenner

Join Date:
May 2007
Posts:
18
Plugin Contributions:
0

Re: how do I set the width of the center section

Hello, I cannot figure out how to fix the stylesheet, mainwrapper, as you must scroll over, is there a way that you can fix it so you don't have to scroll over anymore.

Thank you in advance

cagedtalent.com/store

22 May 2007, 3:29 AM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: how do I set the width of the center section

Can you explain in more detail how it is misbehaving? I see (in Firefox, 1024x768 monitor) a full width page with no scrolling issues.

A quick look through your stylesheets shows no reason why you should have scrolling problems in any monitor, except that your logo is 798px wide and may force a slight scroll in an 800x600 monitor.

If this is your problem, you will need to edit the logo to be about 750px or so.