Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Removing empty space

Removing empty space

Locked

Views: 1,160

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Apr 2009, 11:10 PM
#1
dabone avatar

dabone

New Zenner

Join Date:
Jan 2009
Location:
Saint-Petersburg, Russia
Posts:
21
Plugin Contributions:
0

Removing empty space

How to remove or reduce this empty space - picture arrached?

23 Apr 2009, 12:14 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Removing empty space

dabone:

How to remove or reduce this empty space - picture arrached?

Da,
Locate this:
includes/templates/classic/css/stylesheet.css

Find this:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}

Change to this:

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}

#contentMainWrapper {
margin-top: -2em;
}

23 Apr 2009, 8:12 AM
#3
dabone avatar

dabone

New Zenner

Join Date:
Jan 2009
Location:
Saint-Petersburg, Russia
Posts:
21
Plugin Contributions:
0

Re: Removing empty space

Great! Thanks heaps!:clap: