Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1479476

    there is a new line, that suddenly appeared under the header in the mobile view but only on the start page, not the others. Why is that? Please send css to get rid of it or send code to always show a line under the header. that might be an option as well. Please send code for both options.

    #1479489

    Hey ausgesonnen,
    This is from the top border of a section that you only show on mobile, to remove it try this css:

    #av_section_2.container_wrap.av-desktop-hide.av-medium-hide {
        border-top-style: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1479566

    thank you that worked

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Line appears under header in mobile views’ is closed to new replies.