Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I expand the page layout?

How do I expand the page layout?

Locked

Views: 1,133

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Feb 2007, 5:47 PM
#1
florin avatar

florin

New Zenner

Join Date:
Dec 2006
Location:
Bucharest, Romania
Posts:
50
Plugin Contributions:
0

How do I expand the page layout?

How do I expand the page layout to cover all width of the screen? I have the side empty spaces, and the site looks squeezed ...

13 Feb 2007, 6:31 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: How do I expand the page layout?

In your stylesheet.css find:

#mainWrapper and set the width to 100%

14 Feb 2007, 5:37 AM
#3
florin avatar

florin

New Zenner

Join Date:
Dec 2006
Location:
Bucharest, Romania
Posts:
50
Plugin Contributions:
0

Re: How do I expand the page layout?

Thanks, that worked with the change in width for 100% at includes/templates/classic/css/stylesheet.css
:)

14 Feb 2007, 6:13 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: How do I expand the page layout?

Just a note - you are using the /classic/ template, which means that if you ever upgrade to a newer version (they come out every couple of months or so), you will completely lose all your customizations.

The easiest course for you at present will probably be to find all /classic/ folders on your site and copy them while changing the folder name to/custom/ or whatever you like. The new folders should sit right next to the /classic/ folders.

Then find your template_info.php file and change information to reflect the new setup, and turn your template on in admin > Tools.

See the FAQ for more detailed information.