Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to hide the header on Mobile? #1370498

    Perfect – that did it for me!

    Thank you :)

    in reply to: How to hide the header on Mobile? #1370390

    Hi Rikard,

    I’m developing it locally, so not sure of the best way to do that sorry. It’s the parallax theme if that helps?

    Thanks

    in reply to: How to hide the header on Mobile? #1370245

    Hi, I’m running into the same problem as the original poster above however the code above is not working for me. I notice it was posted in 2017 – does it need an update?

    I’m also running the following snippet of CSS to remove the burger icon – I assume this would be redundant if the header were removed?

    @media only screen and (max-width: 767px) {
    .av-main-nav-wrap {
    display:none !important;
    }
    }

    Thanks!

    • This reply was modified 2 years ago by shyamb108.
Viewing 3 posts - 1 through 3 (of 3 total)