How To Fix Testimonials?

Topic summary

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:

  • Temporarily disable the before/after section to confirm it’s the source of the problem
  • Move the conflicting CSS rules into the “Custom CSS” settings of that specific section
  • Scope the CSS so it only targets elements within that section, preventing interference with the testimonials slider

The problem stems from CSS rules being too general and affecting unintended page elements.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

How to fix this, it was not like this before, it was a slider

URL : https://plugmydrip.com

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.