Tagged: Headline Rotator
Hi
I’ve used the headline rotator element on this page: https://silviastaging.wpengine.com (password to view the page is: newhome)
Although I selected the “center alignment” setting, it does not center the text. I had to create the follow CSS code to make this work:
.av-fixed-rotator-width .av-rotator-text {
text-align: center;
display: inline-block;
}
I should not have to add this extra CSS when the headline rotator element is set to “center” already.
I have included temporary admin login credentials so you can have a look to see why the setting is not working.
Thank you for your help.
Lyse
Hi Lyse,
The login details you posted are not working, please check and verify. Also, I tried reproducing the results you are describing on a local installation, but I wasn’t able to.
Best regards,
Rikard
Hi Rikard,
Sorry I had a typo in the username I sent to you. Username is KRIESI
I do have the CSS that I had to add in my Child Theme that perhaps gives you the correct results. I would have to be removed before you test.
Thanks
Lyse
Hi,
Thanks for that. I can’t see any problems on the page in private, and I can’t see the CSS you referred to in your first post in Quick CSS?
Best regards,
Rikard
Hi Rikard,
The CSS is in the Enfold Quick CSS:
.page-id-77082 .av-fixed-rotator-width .av-rotator-text {
text-align: center;
display: inline-block;
}
I just removed it and now my text is not centered.
Please try again.
Thanks
Lyse