• bruccoleri

    (@bruccoleri)


    Hi everibody, it’s Daniele from Italy.
    I have a problem with my wordpress site https://www.greciaviaggipassione.com.
    The site has been developed using 80 days theme. The problem is that the main menu is not showing on mobile phone and tablet.
    I’m new to wordpress and I searched on google a specific solution to this problem for site developed using 80 days, but I didn’t find a specific answer.
    Can anyone help me please?
    Daniele

Viewing 2 replies - 1 through 2 (of 2 total)
  • 67tallchris

    (@67tallchris)

    Hi @bruccoleri,

    That theme does have mobile navigation built in it, but looks like another css rule is overwriting your mobile menu. I have not identified what is preventing the menu from showing up yet, but you can see the css option for mobile navigation if you inspect the page (on chrome, right click on the page and inspect, more info how to use the inspector here), and search ‘mobile’ with the inspector pulled up, you will see <nav class="mobile-navigation"> and can troubleshoot right there in the inspector.

    Cheers,

    67tallchris

    (@67tallchris)

    Hey @bruccoleri,

    With the help of a friend more adept at CSS, we were able to pinpoint why this was happening on your theme.

    @media (max-width: 767px)
    style.css?ver=4.7.2:1409
    .main-navigation, .top-bar-menu {
        display: none;
    }

    Was set to display:none; and you can see how to turn this on and off in the inspector by watching this gif I created of your site and the inspector.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu not showing’ is closed to new replies.