• I have an individual website design. The location of the mega menu can not be configured in any way. When you check the box, the menu (enable) is displayed at the top http://prntscr.com/t59y2y
    I can’t move the menu to the right place with any manipulations.

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

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

    (@megamenu)

    Hi demonej,

    Thanks for posting a link.

    I can see your theme is absolutely positioning the menu, which is unusual. After activating MMM, please try adding this CSS to Appearance > Customize > Additional CSS:

    .header__menu {
    	position: absolute;
    	z-index: 20;
    	right: -30px;
    	bottom: 0;
    	left: -30px;
    	height: 65px;
    	white-space: nowrap;
    	font-size: 18px;
    	font-weight: bold;
    }

    Regards,
    Tom

    Thread Starter demonej

    (@demonej)

    Thanks, it’s working. Mobile also has a problem. The menu is not enabled. Tell me the solution to the problem.

    • This reply was modified 3 years, 8 months ago by demonej.
    Plugin Author megamenu

    (@megamenu)

    Hi demonej,

    I can see the theme mobile menu is working correctly. It doesn’t seem possible to get the MMM mobile menu working easily, as your theme is applying a lot of its own CSS to the header. I think you would need to strip out your header.php file so only the wp_nav_menu call remains, it would be a lot of work though. Alternatively you might find a different mobile menu plugin better suits you (there are a few good free ones – Responsive Menu, ShiftNav etc).

    Regards,
    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the menu position’ is closed to new replies.