Ahoy,
How do I make the Headline Rotator full width? Right now it is not
Thanks!
T
Hey mcraig77,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-rotator-text {
width: 100% !important;
}
Regards,
Rikard
Ahoy That make it all one line but it is not centered….
Please Advise.
thanks!
Hi,
Please add the below css
.av-rotator-text {
width: 100% !important;
text-align: center!important;
}
Best regards,
Vinay
Thanks!