Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #135636
    Olaf
    Participant

    Hi,

    please take a look at my website: https://www.die-reiseseite.com/

    If i check with mobile browser i didn’t see a menu.

    I double check with other sites i use this template and all the same.

    Can you help me please?

    Best Regards
    Olaf

    #135652
    Skandha
    Participant

    @hanmedia: This is because of the following code you have inserted as Additional CSS.

    #masthead {
        display:none;
    }

    Replace the above CSS Code by the following.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	#masthead {
    		display:none;
    	}
    }

    Let me know if this works out.
    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘No mobile menu’ is closed to new replies.