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

    Hi!

    When making sure that the website looks good on mobile, I came to the problem that I can’t remove the header but keep the navigation.

    I used:
    @media only screen and (max-width: 990px) {
    #header { display: none !important; }}

    but at the same time, this get’s rid of the navigation. Is there a way to only show the hamburger on the top right without showing the header?

    Thank you in advance.

    #1321506

    Hi Slaizze,

    The hamburger navigation is part of the header, so hiding the header will result to the hamburger menu to be hidden as well.
    A better approach might be to hide other things in the header except the hamburger menu.
    There are different layouts for the header so a guess fix might not work properly.
    Can you give us a mockup or screenshot of what you’d like to achieve?
    Also, can you give us a link to your site? so we can see what it currently looks then try to give you CSS code that should help with what your trying to achieve.

    Best regards,
    Nikko

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