• Resolved benizioni

    (@benizioni)


    Hi,

    I have an issue where there is a large gap at the bottom on the testimonial slides.

    Example image here – https://ibb.co/bmNx3Md

    The issue is present even when the pagination bullets are disabled.

    All slides are the same height as the one shown (for testing), so I would expect there to be a much smaller gap.

    I can’t even seem to fix it with CSS, as the height looks to be applied automatically.

    Setting the “Adaptive height” setting fixes the issue but I don’t want that functionality as it will push the content down when a larger entry is displayed.

    Can you help please?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @benizioni,

    Thanks for reaching us. Hope you are doing great today!

    There is currently no option in the carousel settings other than Adaptive Height. However, we can recommend a method that will not change the section’s bottom content even if you enable Adaptive Height. However, it will require a specific height for the section in this case, and you can determine the section height based on your longest testimonial.

    .sp-testimonial-free-wrapper{
        min-height: 400px;
    }
    .sp-testimonial-free-wrapper .swiper-pagination {
        position: relative !important;
       }

    Set the min-height value to your preference. If you could send us the page link, we’d be able to send you the exact code you need.

    Test the above solution to see whether it meets your requirements.

    Have a nice day!

    • This reply was modified 1 year, 5 months ago by Pulak Ahmed.
    Thread Starter benizioni

    (@benizioni)

    Thanks for the reply.

    Unfortunately, the CSS you supplied hasn’t fixed the issue.

    Is there a way I can send you the link to the page with the issue privately?

    Thanks.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @benizioni,

    We understand that privacy is important. If you don’t want to share the URL publicly, you can open a support ticket sharing the URL in our private forum. We will try to cooperate with you there and take care of the issue

    Have a great day!

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi?@benizioni,

    This thread has been inactive for a bit, so I’m going to mark it as?Resolved?now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Large gap at bottom of testimonials’ is closed to new replies.