Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #883971

    Hi¡, i have a problem with my navbar. Sorry for my English it’s hard to explain this for me.

    I put this code on my child theme’s css because when i put the mouse on one of the menu’s options the submenu window is over the main option.

    .x-navbar .desktop .x-nav > li:hover >ul.sub-menu {
      display:block !important;
      margin-top: 15px;
    }

    Now when you put the mouse over the menu the new submenu’s windows appears correctly but when you move the mouse to other area of the web the window moves up to the original position.

    http://www.emibin.com/nuevaemibin/

    How can i fix this?

    Thanks for all

    #884691
    Jade
    Moderator

    Hi there,

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

    .x-navbar .desktop .x-nav > li ul.sub-menu {
        top: 65px;
    }

    Hope this helps.

    #888466

    Thanks!!!

    First i need to remove:

    margin-top: 15px;

    and then it works great with your code.

    Thank for all

    #889236
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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