Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #665540

    In the headline rotator I am trying to keep a phrase on one line. It will keep to one one if I choose flush left but if I choose center it wants to go to two lines. Is there some css code to fix this? I did add css to raise it up but that should not affect it.

    (I considered using advanced layer slider which would even allow me to put the second line below the first line with two different fade in times but figuring out how to do so was very difficult. )

    #665863

    Hey cagraphicdesign,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

    #665885

    That worked perfectly!
    Thank you for great support

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘increase width headline rotator’ is closed to new replies.