Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370553
    RowZ
    Participant

    Hi, I’ve been trying to look to see if I can get my one submenu to sit tight to the menu bar (no lines above and below) and preferably be the same font size and sit either directly below it or to the right rather than the left like currently.

    Picture of how it currently looks has been embedded.

    Any help would be appreciated.

    #1370574
    Thai
    Moderator

    Hi There,

    Please also add the following CSS:

    .x-navbar .desktop .x-nav > li ul {
        top: 90px;
    }

    Edit the 90px to change the position of submenu.

    Hope it helps 🙂

    #1371606
    RowZ
    Participant

    Hi, That worked brilliant for pushing the submenu up thanks!

    Is there any css to put it to the right of ‘About Us’ rather than the left? Also is possible to get rid of the lines above and below the submenu text?

    Thanks a lot for your help

    #1371677
    Paul R
    Moderator

    Hi,

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

    
    body .x-navbar .desktop .sub-menu {
        left: 0;
        right: auto;
    }
    
    body .desktop .sub-menu li:before, 
    body .desktop .sub-menu li:after {
        display:none;
    }
    

    Hope that helps.

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