Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi krenare,

    Please go to Appearance > Customize > Additional CSS and add the following:

    @media (max-width: 1025px) {
    	.mega-menu-header header.primary-desktop {
    		display: block!important;
    	}
    
    	.mega-menu-header header.primary-mobile {
    		display: none!important;
    	}
    }

    Then, in the Menu Theme settings, you might want to enable the overlay content and force full width options for the mobile menu.

    Regards,
    Tom

    Thread Starter krenare

    (@krenare)

    Thank you! It worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The mobile menu is visible but nothing happens when I click it’ is closed to new replies.