• Resolved dc8734

    (@dc8734)


    With max mega menu enabled, our cart and search icons are displayed below the menu instead of next to it. Here is a link to our live site, which is how they should display:

    https://veloist.com/

    I tried floating them right, but then they are out of order and not in alignment with the other menu items.

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

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

    (@megamenu)

    Hi dc,

    Thanks for posting a link. It is because the theme is tacking those items onto the end of menu menu items, and they don’t use the same markup as the other items. Please try this CSS:

    li.menu-cart-icon-kt,
    li.menu-search-icon-kt {
        display: inline-block;
        margin-left: 20px;
    }

    Regards,
    Tom

    Thread Starter dc8734

    (@dc8734)

    Thank you, that fixed the issue!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart and Search icons displaying below menu’ is closed to new replies.