How to Change Height of Slider in ShopIsle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
For some of our users, the height of the slider in ShopIsle might be too big. In case this happens, we created this document which will help you adjust the height of the slider just the way you need it.
This is how it looks before/after:
Before | After |
Form your website Dashboard, please navigate to Appearance -> Customize -> Additional CSS editor and add the following code:
.home-section { height: 470px !important; } .hero-slider .caption-content{ padding-bottom: 200px; }
You can adjust the height and padding with the values you need.