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

    Hi,

    The headline rotator is displaying fine but it is inserting an unwanted extra space between the rotating text and the appended static text.

    The appended static text is only a period, so it does not need the extra space. How can this space be removed?

    Thank you!

    #530799

    Hi designyvr!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #av_section_1 .av-special-heading {
        padding-bottom: 0!important;
    }

    Best regards,
    Yigit

    #531228

    Hi Yigit,

    Thanks for the info. I meant a different extra space. It’s the space between the Headline Rotator line and the period. Please see the link below. The space is outlined in red. How can this extra space be removed?

    Thank you!

    #531819

    Hi!

    Thank you for the screenshot. Please add this in the Quick CSS field:

    span.av-rotator-text {
        margin-right: -10px;
    }

    Regards,
    Ismael

    #533016

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Headline Rotator – remove extra space’ is closed to new replies.