How to fix this, it was not like this before, it was a slider
URL : https://plugmydrip.com
A testimonials slider has broken and is no longer displaying correctly. The issue appears to be caused by CSS conflicts from a before/after section that’s applying overly broad styling rules (such as .container) affecting elements throughout the site.
Recommended solution:
The problem stems from CSS rules being too general and affecting unintended page elements.
Your before/after section adds a lot of CSS rules which apply to element used elsewhere (or example, .container)
Try disabling this section and see if it fixes your testimonials.
You’d need to make them only apply to the elements in this section, not others.
For example, you may move these CSS rules into “Custom CSS” setting of this section.