Blank Space under Testimonial

Hi,

When opting for the ‘Carousel’ option on my Testimonial section, there is a big blank space below the text. I believe I may have caused this when tweaking some code, but I’m hoping someone can share a solution to remove it.

Thanks

Hi @fableoni

Could you please share with me the link to the page that havs the error?

Best,

Daisy

Hi Daisy,

It’s https://theheartcut.com/

Thanks

Hi @fableoni

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.slick-track {
   height: fit-content !important;
}

Here is the result: https://prnt.sc/aWFDrWtGUeNt

Hope this helps

Best,

Daisy

1 Like

That’s great - thanks for your help :grin:

1 Like