X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to edit the Categories List Height? (https://forum.x-cart.com/showthread.php?t=55837)

gslcd 10-04-2010 02:02 PM

How to edit the Categories List Height?
 
Hello,

I am using the "Vivid Dreams (Chromo)" visual scheme. I want to change the categories list row height to a different size. For example, changing from size 39px to 20px. I don't know which file I can edit to change the row height size. I can change its font size from 16 to 12px. Please help me to fix it.

The URL of the store it: http://www.lcdpartsworld.com/store2010

Thanks.

balinor 10-04-2010 02:53 PM

Re: How to edit the Categories List Height?
 
Use webmaster mode and Firebug to determine which template and/or style controls it.

Moving to Template Editing

gslcd 10-04-2010 04:44 PM

Re: How to edit the Categories List Height?
 
I have tred to edit the size of the Categories list HEIGHT.
But I still cannot find it. Could someone please give me more details about the editing? Thank you.

cflsystems 10-04-2010 05:08 PM

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

gslcd 10-04-2010 09:39 PM

Re: How to edit the Categories List Height?
 
Hi Padraic and Steve,

The list works fine now. Thank you for your help.


All times are GMT -8. The time now is 06:04 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.