• Hi Guys

    We really liked this theme but we are using all three menu options as follows

    Pre Header menu
    Primary Menu
    Footer menu

    Rather disappointed to see when we checked the site on a cell phone that only the Primary Menu shows.

    Can’t think why this would be the case. Is there a way to show all 3 menus on cell phones whcih make up over 80% of our users.

Viewing 1 replies (of 1 total)
  • Hi there,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 685px) {
      #pre-header-links-inner, #intro #breadcrumbs, #sidebar, #footer-menu, .meta-author {
        display: block !important;
    }
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘2 out of 3 menus dont show on cellphones’ is closed to new replies.