Thanks jdedba.
Quote:
How can I get rid of the vertical margin on two sides (on edge of the browser)?
|
To change the page width to 100% open skin1.css and change width value in TABLE.Container from 890px to 100%...like this:
TABLE.Container { width: 100%; margin: 0 auto; background-color: #F6FFFF; }
Quote:
How can I reduce the space between the vertical manu (such as Manufacturers) and the central area (such as Featured products)?
|
To reduce the space between menu boxes open skin/customer/home.tpl and remove all
tags. To reduce the space between dialog boxes on product page open skin/customer/product.tpl and remove all
tags.