• Hi there,

    I have the menu working, but now need it to appear where the themes original menu was located. How to I have the mega menu read the original menu’s position?

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

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Julie,

    Please go to Mega Menu > Menu Themes > Custom Styling.

    Find:

    #{$wrap} {
        clear: both;
    }

    Replace with:

    @include desktop {
        #{$wrap} {
            float: left;
        }
    }

    Then go to Mega Menu > Menu Themes > Mega Menus. Set the Panel Width (outer) to:

    .container

    Then go to Mega Menu > Menu Themes > Mobile Menu. Set the Responsive Breakpoint to:

    770px

    Regards,
    Tom

    • This reply was modified 7 years, 4 months ago by megamenu.
    • This reply was modified 7 years, 4 months ago by megamenu.
Viewing 1 replies (of 1 total)
  • The topic ‘How to put menu back where the original one was located’ is closed to new replies.