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)
-   -   Featured Product Images 4.3 (https://forum.x-cart.com/showthread.php?t=51732)

yages 01-12-2010 12:54 PM

Featured Product Images 4.3
 
The images for Featured Products and recommended Products are distorted, I have changed the settings in General options, Appearance Options to my thumb nail image size 70 width but nothing happens, the featured products are still show a size of width 125
how can this be fixed

PhilJ 01-12-2010 05:17 PM

Re: Featured Product Images 4.3
 
If using the smart template...

skin1/custom/modules/columns/css/columns.css

Code:

.block img {
 width: auto; /* Thumbnail width */
 padding: 0%;
 margin: 0 auto;
 display: block;
 background: #fff;
 border: 0px solid #ccc;
}


yages 01-12-2010 09:33 PM

Re: Featured Product Images 4.3
 
Thanks, works well


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

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