X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Category Icon Size (https://forum.x-cart.com/showthread.php?t=75628)

Modclair 08-23-2017 05:45 PM

Category Icon Size
 
Hello,

Anyone know how to fix category icon images from overlapping? If I change the size of the image it throws the layout off.

https://modclair.com/shop/Bedroom/

Thanks!

qualiteam 08-25-2017 04:36 AM

Re: Category Icon Size
 
Did you add any custom CSS code? As far as I remember it don't look like this in standard themes.

Here is the extra CSS code that you should add in order to make category icons fit the width of grid cells:
Code:

.subcategory-list a .subcategory-icon {
    max-width: 100%;
}



All times are GMT -8. The time now is 11:25 AM.

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