X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 5 (https://forum.x-cart.com/forumdisplay.php?f=64)
-   -   Changing Banner Size in 5.3 (https://forum.x-cart.com/showthread.php?t=74869)

Nostalgique 01-15-2017 06:49 AM

Changing Banner Size in 5.3
 
Hi,

Can anyone point me to how I can change the size of the Banner area in the Crisp White Theme?

I've tried different image sizes but no luck, so I guessing this in a CCS somewhere.

Cheers

qualiteam 01-16-2017 09:47 PM

Re: Changing Banner Size in 5.3
 
As far as I see the image is scaled down to fit the height that is configured for "carousel-inner" CSS class.
By default the height is 440px.

You can change it by creating a custom module or going to "Look & Fee"l -> "Custom CSS" and adding a custom rule like this (change the "200px" with the height that you need):
Code:

.carousel-inner { height: 200px; }


All times are GMT -8. The time now is 01:58 AM.

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