Hi,
i got some space below the slider. I dont know where this comes from. Do you have any idea?
best regards
Alex
Hey combra,
Thank you for the inquiry.
Are you referring to the whitespace above the special heading element which is directly below the slider? Special heading elements have a 50px top margin by default. You can remove it by adding this css code.
.av-special-heading {
margin-top: 0;
}
There is also a spacer or separator element above the heading, which adds another 20px of whitespace.
Best regards,
Ismael