Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872819

    Frocreate
    Participant

    Hi all, thanks again for your continued support!

    I’ve set up a megamenu on a few of my top-level nav items. It looks great on 3 and 4-col menus as it fills the width of the site but when I use a 2-col menu, the dropdown appears flush left and not nested beneath the actual top-level nav item. Is there a way to align this dropdown with the nav item or at least position it so it drops down closer to the corresponding nav item?

    #872825

    Frocreate
    Participant
    This reply has been marked as private.
    #873599

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    #menu-item-39 .sub-menu {
        left: auto !important;
    }

    Hope this helps.