View Single Post
  #3  
Old 06-28-2006, 11:52 AM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default

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.
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote