Hi Milosz,
Thanks for choosing Testimonial plugin.
Here the theme is overriding the plugins style. You can avoid the override by using the below custom code in the themes custom CSS field.
#sp-testimonial-free-wrapper-137#residential li {
display: inline-block !important;
padding: 0px 0px 0px 0px !important;
}
.sp-testimonial-free-section .slick-dots {
position: relative !important;
margin-top: -20px;
}
Kind Regards
ShapedPlugin Team
Hello,
i have a problem with this plugin: the last bullet of my reviews is awry, different from others. Could you help me?
Thank you,
Paolo
http://www.icreatiftest-due.it at the end of homepage
Hi Paolo,
Please Replace the previous code that we have provided you with the below code.
#sp-testimonial-free-wrapper-137#residential li {
display: inline-block !important;
padding: 0px 0px 0px 0px !important;
vertical-align: text-top !important;
}
.sp-testimonial-free-section .slick-dots {
position: relative !important;
margin-top: -20px;
}
Thank you
Hello,
thank you for reply. I put the code in my css theme but the problem is the same. Do you have other tips for me?
Thank you,
Paolo
Hi again,
Delete all the previous codes and use the below codes.
#sp-testimonial-free-wrapper-137#residential li {
display: inline-block !important;
padding: 0px 0px 0px 0px !important;
}
.sp-testimonial-free-section .slick-dots {
position: relative !important;
margin-top: -20px;
}
.sp-testimonial-free-section .slick-dots {
margin-top: -20px !important;
}
.sp-testimonial-free-section .slick-dots li {
vertical-align: text-top !important;
}
Thanks
Great, it works!
Thank you very much for support!
Paolo