Home Forums Jevelin Theme How to correct display of testimonials under page with tabs? Reply To: How to correct display of testimonials under page with tabs?

Home Forums Jevelin Theme How to correct display of testimonials under page with tabs? Reply To: How to correct display of testimonials under page with tabs?

Hi Marcin,

 

Thank you for your question.

 

You can resolve the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.slick-list, .slick-slide, .slick-track {
    height: 100% !important;
}

 

Best regards,
Shufflehound team