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

    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

    • This topic was modified 1 year, 6 months ago by alliansohog.
    #1407691

    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

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