• Hi I’d like to know if there is a way to display ‘My Account’ and ‘Cart’ on the same menu bar as the drop down menus on the left hand side of the menu bar?

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

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

    (@megamenu)

    Hi Janine,

    I will cover the other ticket you’ve posted here too.

    1. Under Mega Menu > Menu Themes > Menu Bar, set the Menu Height to 45px.
    2. Under Mega Menu > Menu Themes > Custom Styling, replace:

    #{$wrap} {
        clear: both;
    }

    With:

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

    3. Under Mega Menu > Menu Themes > Mega Menu, set the Panel Width (Outer) to:

    #content

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘My Account and Shopping Cart Menu’ is closed to new replies.