Hi,
How do I make the headline rotator text on one line? right now it is creating breaks in my text.
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-rotator-text-single:first-child {
min-width: 25vw;
}
Best regards,
Vinay
Added that but it still looks the same.
Please Advise
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-rotator-text-single {
min-width: 25vw!important;
}
Best regards,
Vinay
Tried that one as well but nothing. For a brief second it look long and than jumps back to the stacked version.
Please advise
Hi,
Try using this css code:
.av-fixed-rotator-width .av-rotator-text {
width: auto !important;
}
Hope it helps.
Best regards,
Nikko
That works, Thanks!