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

    Hi, I have add a section with some row adjustment that overlaps the color section and now it is overlapping my scroll down icon. Is there a way to move the scroll down arrow button higher?

    #1480239

    Hey hisdi,

    Thanks for reaching out.

    You can add this css code to adjust the position of the scroll down arrow:

    #top .scroll-down-link {
        bottom: 100px;
        margin: 0;
    }
    
    #top .av-section-color-overlay-wrap {
        position: relative;
    }

    Best regards,
    Ismael

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