Hi there, the first headline on this element on our site has no spacing, despite us adding CSS to add top spacing. The spacing is how it should be on the second and third headline, and when it rotates again spacing is correct on all three. So the error is only on the first headline, on the first rotation.
Can you please take a look and let us know how to fix?
Hey xansdesign,
What css are you using? I am not seeing any in Quick css and no in the page settings.
Where are you adding it?
Best regards,
Victoria
Hey thanks for getting back. We add it in the theme editor.
.av-rotator-text-single, .av-rotator-text-single-1 {
font-size: 100px;
font-weight: bold;
text-transform: uppercase;
color: #41cda3;
padding-top: 50px !important;
}
#top .av-rotator-container-inner {
font-size: 26px;
text-transform: uppercase;
letter-spacing: 2px;
}
Hi xansdesign,
Thanks for clarifying. I added the code there, with comments. It works now. Please check.
Best regards,
Victoria