Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to adjust center column width?

How to adjust center column width?

Locked

Views: 1,369

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
04 Dec 2010, 00:36
#1
anqus11 avatar

anqus11

New Zenner

Join Date:
Dec 2010
Posts:
27
Plugin Contributions:
0

How to adjust center column width?

Dear all,

Just wonder how to adjust the width off the page to maximise view like the website below:
http://ijk.com.au/branch/ijk/

Thx

04 Dec 2010, 02:18
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to adjust center column width?

Where is your site??

04 Dec 2010, 06:48
#3
anqus11 avatar

anqus11

New Zenner

Join Date:
Dec 2010
Posts:
27
Plugin Contributions:
0

Re: How to adjust center column width?

04 Dec 2010, 07:00
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to adjust center column width?

how to adjust the width off the page to maximise view
First, you have an additional stylesheet named stylsheet2.css

Delete it, or rename it with any extention except .css as any .css file loads in alpha order

Then in your templates stylesheet.css find

#mainWrapper {background-color: #fff;text-align: left;width: 950px;vertical-align: top;}

Change adjust the highlighted value to another px width or maybe better as a percentage similar to and adjust as desired

#mainWrapper {background-color: #fff;text-align: left;width: 95%; vertical-align: top;}