Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #742068

    Hi,

    How do I make the headline rotator text on one line? right now it is creating breaks in my text.

    #742215

    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

    #742303

    Added that but it still looks the same.

    Please Advise

    #742381

    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

    #742576

    Tried that one as well but nothing. For a brief second it look long and than jumps back to the stacked version.

    Please advise

    #742801

    Hi,

    Try using this css code:

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

    Hope it helps.

    Best regards,
    Nikko

    #743633

    That works, Thanks!

    #743778

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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