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!
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
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!
Hi!
Thank you for the screenshot. Please add this in the Quick CSS field:
span.av-rotator-text {
margin-right: -10px;
}
Regards,
Ismael
Thank you!