Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045116
    Gnosis123
    Participant

    Hello!

    My 2nd level submenu is not displaying over to the right as I would like it to when parent is moused (is that a word??) over.

    Though something like :

    .x-navbar .desktop .x-nav ul li.menu-item-has-children:hover>.sub-menu {
    right: 60% !important;

    But no!

    #1045118
    Gnosis123
    Participant
    This reply has been marked as private.
    #1045123
    Gnosis123
    Participant
    This reply has been marked as private.
    #1045272
    Christian
    Moderator

    Would you mind removing all custom CSS for a moment?

    Thanks.

    #1046066
    Gnosis123
    Participant

    custom css removed. A while back the x team gave me this .x-topbar .x-social-global{display:none;} so that the dropdown was not off to the left. This css lines up the dropdown nicely but causes the child to be overlaped as you can see from the previous image.

    #1046449
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To properly align your 2nd level submenu to the right of the first level submenu, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
      top: 10px;    
      left: 100%;
      right: auto;
    }

    Please let us know if this works out for you.

  • <script> jQuery(function($){ $("#no-reply-1045116 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>