Ahoy,
How do I make the text for the headline rotator be on one line and full width (see screenshot) I tried following this thread but it did not work. https://kriesi.at/support/topic/full-width-headline-rotator/
Thanks!
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-rotation-container-center .av-rotator-multiline-on.av-rotator-text {
width: 100%!important;
text-align: center;
}
Best regards,
Vinay
Thanks!