View Single Post
  #2  
Old 01-16-2017, 09:47 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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; }
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote