Sorry i have to add another issue to the topic https://kriesi.at/support/topic/heater-overlays-burger-menu/.
I added the code from #1406950 but i have the issue that first content overlays header area in mobile view on some pages.
Please see this page on mobile: https://alliansohog.se/contact/
Please help
Thank you
Andreas
Hey alliansohog,
Thank you for following up.
To fix the issue on mobile view, you can include the following css rules in the css media query that we provided in the previous thread.
.responsive #top #wrap_all #header {
position: absolute;
z-index: 9999;
}
.responsive #top #wrap_all .header_bg {
background-color: #ffffff;
}
Best regards,
Ismael