• Resolved consolerepair08

    (@consolerepair08)


    The testimonials on my site have started overlapping the text inside the carousel and I cannot find the css element to fix the problem.

    Can anybody give me a hand? Here is screenshot of the problem:

    HERE

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @consolerepair08,

    Thank you for reaching out!
    I checked the page and it seems there was some custom CSS added that moves the rating and the reviewer’s name to the top, hence causing this overlapping.
    Please remove this code:

    .wpmtst-testimonial-field.testimonial-field {
    	position: absolute;
    	top: 70px;
    	left: 105px;
    }

    And this one:

    .wpmtst-testimonial-field.testimonial-field.testimonial-name {
    	position: absolute;
    	top: 20px;
    	left: 110px;
    }

    Warmly,
    Mihaela

    Thread Starter consolerepair08

    (@consolerepair08)

    Hi Mihaela,

    Thank you for your response, the solution was perfect. I have edited the code HTML via Chrome’s developer tools and it works perfectly, however, I am struggling to find where I would edit this CSS in WordPress or Elementor? Are you able to give any guidence?

    Do you mean where is that code added?
    I cannot tell unfortunately where it was added. Could you try in Appearance > Customize > Additional CSS?
    Or in your theme’s settings > Custom CSS?

    Warmly,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text overlaying problem’ is closed to new replies.