How to make the big gap in testimonial (Venture theme) disappear?

I have probably changed the wrong code and forget which code. Now there is a big gap under testimonials. How may I fix it? :sob:

Now:

Original:

Thank you so much for your help!

1 Like

@cjewelleryau

Welcome to the Shopify community!
Thanks for your good question.

Please share your store URL.
So that I will check and let you know the exact solution here.

@cjewelleryau Please send me store url.

This is my URL, thank you! https://catherine-le-jewellery.myshopify.com/

1 Like

https://catherine-le-jewellery.myshopify.com/

1 Like

Hi Cljewelleryau,

Use this below code inside your “theme.scss.css” file below.

#shopify-section-163646110329fda252 .slick-list {
height: auto !important;
}

Let me know If you need any other assistance from my side.

If helpful, please Like and Accept the Solution.

Kind Regards,
Jas Het
Shopify developer

1 Like
.slick-list {
    height: 178px !important;
}

Add this code in the bottom of the theme.scss or theme.css file.