Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1257121
    eveall
    Participant

    Hi there, I have searched through the forum but could not find what I’m looking for. I would like the child items in the menu to appear below the parent. Default seems to be to go over the parent item. It also goes to the left rather than aligning with the parent. Please see the attachment for more details.

    I am running integrity and everything is up to date. The specific url for my site is not relevant to this question.

    Thanks in advance,

    Steve

    #1257369
    Prasant Rai
    Moderator

    Hello Steve,

    Thanks for writing in!

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

    ul.sub-menu {
        top: 90px !important;
    }

    Thanks.

    #1258174
    eveall
    Participant

    Thanks for your response. That helped with moving it under the nav bar, not aligning it with left though. But i was able to find another topic on that to help me out.

    /* Submenu under Menu instead of over  */
    ul.sub-menu {
        top: 54px !important;
    }
    
    .masthead-inline .x-navbar .sub-menu {
    right: auto !important;
    left:0 !important;
    }
    
    #1258200
    Rahul
    Moderator

    Glad you’ve sorted it out for yourself!

    If you have any further queries, kindly let us know. We’d be happy to assist you with anything.

    Thanks!

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