How to Change Height of Slider in ShopIsle

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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us