• Resolved ameliehub

    (@ameliehub)


    Hello, As already mentionned by other users, the last update 2.3.3 has caused a problem in the display of the testimonial carousel. Link above
    Testimonials are showing on top of each other and not inline anymore.
    Thanks for your help on this matter.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ameliehub ,

    After our latest update (2.3.3), a CSS code has been overridden by some theme’s CSS code. That is why our testimonial widget is breaking the layout. But don’t worry, we have already fixed this issue and we will release an update soon with the fix.

    But for now to fix this issue you can use this below CSS code in Appearence > Customize > Additional CSS

    .elementskit-testimonial-slider .slick-list{
        display: flex;
    }

    Regards,
    Benjir

    Thread Starter ameliehub

    (@ameliehub)

    Thank you for your quick response.
    I will wait for the new version of the plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Testimonial carousel’ is closed to new replies.