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.
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
thank you that worked