• Resolved dlindelin

    (@dlindelin)


    The submenus which appear on the desktop version of my site no longer appear on mobile or tablet. I’ve disabled all plugins and reactivated them one by one with no changes. I’ve cleared the site cache also. Up until recently the site was totally responsive on mobile devices, I just can’t pinpoint when it stopped working.

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

Viewing 1 replies (of 1 total)
  • Hi @dlindelin,

    The carets for the dropdowns are still visible on mobile devices. It’s just that due to some custom code, the width of the menu is too large. This can be fixed by adding the following code to the Additional CSS editor within the Customizer.

    
    @media (max-width: 768px) {
    	.navbar .nav.navbar-nav {
    		width: 360px;
    	}
    }
    

    I hope this will help.

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu not appearing on mobile’ is closed to new replies.