View Single Post
  #4  
Old 10-04-2010, 05:08 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to edit the Categories List Height?

You have to learn using webmaster and FF/Firebug to find your way around xcart and css. In skin1/altskin on line 604
Code:
.menu-categories-list ul li, .menu-fancy-categories-list ul li { border-bottom:1px solid #FFFFFF; padding-bottom:12px; padding-top:12px; }
Modify padding-bottom and padding-top to whatever numbers fits you. 7 may work for you
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote