I have probably changed the wrong code and forget which code. Now there is a big gap under testimonials. How may I fix it?
Now:
Original:
Thank you so much for your help!
I have probably changed the wrong code and forget which code. Now there is a big gap under testimonials. How may I fix it?
Now:
Original:
Thank you so much for your help!
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/
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
.slick-list {
height: 178px !important;
}
Add this code in the bottom of the theme.scss or theme.css file.