Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1324888

    Hi,

    i got some space below the slider. I dont know where this comes from. Do you have any idea?

    best regards
    Alex

    #1324915

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.