Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1300636
    witali
    Participant

    Hey,
    is there a way that the submenu opens in the way that it is still in the view?

    https://www.saskiajohn.de/de/

    Thanks

    #1300658
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    li#menu-item-114 ul.sub-menu {
        left: -40px;
    }

    Hope it helps 🙂

    #1301547
    witali
    Participant

    not as much as I would like that it work 🙂
    How to open the submenu to the left at all?
    like in integrity screenshot

    #1301620
    Paul R
    Moderator

    Hi,

    To achieve that, you can add this under Custom > CSS in the Customizer.

    
    .masthead-stacked .x-navbar .desktop .sub-menu {
        left: auto;
        right: 0;
    }
    

    Hope that helps.

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