Hello, I set the mobile text size for the text rotator element on my homepage to 19 but does not apply when on mobile. I have tried a few different devices, cleared the cache, disabled the performance settings. I dont mind the font size but it overlaps – maybe there is a way to add more vertical space to the two lines rather than adjust the font size?
Hey amandahook62,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Thank you. I have provided those in the private area.
Hi,
Thank you for the info.
The rotator text doesn’t resize correctly because of this css code:
.av-rotator-container-inner span {
font-size: 65px!important;
}
Please remove the css code or adjust it accordingly, and then make sure to purge the cache afterward.
Best regards,
Ismael
Thank you!