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
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