Tagged: Headline Rotator, html
Hi
I’m working on this page:
bodytalkcare.com
I’m imagining the first words “Providing leadership” on the same line.
Right now it looks like:
“Providing
leadership”
I’m confused and would like to understand, I’ve entered <div> with the text in the middle and it didn’t keep the text on one line.
Do you know what html <tag> I could use to resolve this?
Thank you.
Hey Nathan!
Please add to your CSS
.av-fixed-rotator-width .av-rotator-text {
width: 1100px !important;
}
let us know if that fixes the issue you are dealing with
Cheers!
Basilis
I feel relived this helps me with support for this.
Do I use a whitespace element to move that text up higher?
The only thing I notice is that the word “Consciousness” is not on the same line as the rest of those words “A language of”
I’m curious and would want to understand why just that one word is below?
Thank you Basilis