New Zenner
- Join Date:
- Jan 2009
- Location:
- Saint-Petersburg, Russia
- Posts:
- 21
- Plugin Contributions:
- 0
Views: 1,160
New Zenner
Totally Zenned
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;
}
New Zenner
Great! Thanks heaps!:clap:
Tell staff why this post should be reviewed.