• Resolved alphadogairinc

    (@alphadogairinc)


    I am having a hard time figuring out how I am supposed to move the menu items into view. I have tried to use the setting inside the plugin but it doesn’t do anything.

    If you view http://alphadogairinc.wpengine.com/ you can see the menu is hideous. What code should I add? Or am I missing a setting inside the plugin that will fix this? It is hiding my menu items behind my logo.

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

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

    (@megamenu)

    Hi alphadogairinc,

    It is your theme that dictates the width and position of the menu, we just replace what is there already, therefore there are no options within Max Mega Menu to move the menu (those options would be in your theme instead, as that is what is controlling the position).

    Can I see your site without MMM enabled so I can see how they have positioned your menu by default?

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    Please check now 🙂 http://alphadogairinc.wpengine.com/

    Plugin Author megamenu

    (@megamenu)

    Got it, thanks. Now please re-enable MMM?

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    I re-enabled MMM 🙂

    Plugin Author megamenu

    (@megamenu)

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

    #mega-menu-wrap-primary-menu {
        margin-left: auto;
    }

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    Thanks tom.. how do I make the submenu correct though? Because the submenu mega menu items look terrible now. I wan’t them to be the full width of the sub menu

    Plugin Author megamenu

    (@megamenu)

    Hi alphadogairinc,

    If you go to Appearance > Menus. Hover over Residential A/C and click the blue mega menu button. In the Mega Menu builder you can adjust the number of columns and change the width of each column – you need to spread them out so they fill the entire width of the sub menu. It looks like you need to change the number of columns from 6 to 4 (unless you plan on adding 2 more columns of content).

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    Thank you very much Tom, on mobile, when I open the menu, and scroll down to view menu items, the menu disappears, then when I scroll up to a certain point, it appears again. Is this a MMM issue? It doesn’t happen with the theme menu.

    Plugin Author megamenu

    (@megamenu)

    Hi,

    Please try this custom CSS:

    body.no-sticky header.navbar_fixed .main_menu {
      display: block !important;
    }

    I think you will also want to add a scrollbar to your mobile menu:

    https://www.megamenu.com/documentation/how-to-add-a-scrollbar-to-the-mobile-menu/

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    Wow amazing! Thanks a lot. Is there anyway to avoid having to click the menu link twice,on mobile, I have to click hamburger icon, then hamburger icon again.

    Plugin Author megamenu

    (@megamenu)

    Yes, see the first option on this page:

    https://www.megamenu.com/documentation/i-see-two-mobile-toggle-buttons/

    Regards,
    Tom

    Thread Starter alphadogairinc

    (@alphadogairinc)

    wonderful, great help. Have a great weekend Tom

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Menu Width not working’ is closed to new replies.