Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #597044

    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.

    #597053

    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

    #597064

    I feel relived this helps me with support for this.

    Do I use a whitespace element to move that text up higher?

    #597068

    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

    #598695

    Hi!

    Please try changing the code Basilis posted to following one

    .av-fixed-rotator-width .av-rotator-text {
        width: 100%!important;
    }

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.