Tagged: Headline Rotator
Having an issue with the Headline Rotator and the text staying on one line. I’ve looked up this topic and tried the different add-ons to css and they still seem to be displaying on two lines regardless of font size. Can you please help me to get all the text including the rotation to stay on one line?
Hey Kimberly,
Please try the following in Quick CSS under Enfold->General Styling:
.av-rotator-text {
width: 250px !important;
}
Best regards,
Rikard
It worked, thank you!