Menu is not working on mobile

  • Onbekend's avatar

    Part of the menu (first two buttons) are not displaying on the mobile app.
    I am using a wordpress theme ‘coaching’ and the website url is : Sahucoaching.com
    Unfortunatly I dont know how to change this menu issue? Maybe you do.

    De blog waarbij ik hulp nodig heb is (alleen zichtbaar voor ingelogde gebruikers).

  • Onbekend's avatar

    Hi,

    Looking at your site there is a bit of CSS replacing the 2 top menu items outside the screen:

    @media screen and (max-width: 720px){
    #header .nav {
        top: -29em;
    }
    }

    You can find this in your stylesheet or in your Customizer.
    You need to remove that. The menu will drop down below the header if that code is not there but the whole menu will display.

    Good luck.

  • Het onderwerp ‘Menu is not working on mobile’ is gesloten voor nieuwe reacties.