How to Fix Image Slider Scrollbar Issue with CSS

If you are seeing the following in your image slider when previewing it:

You can resolve by adding this custom code to your page.

Copy the following code:

.image-slider .is-thumbs-wrapper {
overflow-y: visible !important;
}

And paste it under Custom Codes > CSS

1 Like