• I recently noticed the hamburger header navigation is missing on the mobile view. Is there a setting that has changed? It shows up fine in desktop mode.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @sydalynhill

    It seems like you are using elegant blocks so that plugin CSS was overwriting our theme CSS code.

    You can use the following code in additional CSS box in customizer to get the menu toggle in mobile device:

    @media (max-width: 767px) {
    .menu-toggle.hide {
    	display: block !important;
    }
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘missing header navigation on mobile’ is closed to new replies.