Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1115618
    Jeff K
    Participant

    I’m designing a site with a fixed left header using the Integrity module. The header with is 240 pixel. When attempting to add submenu items to a parent, the submenu gets cut off when it drops down and attempts to fly out. How can I correct this?

    #1115644
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1118269
    Jeff K
    Participant
    This reply has been marked as private.
    #1118495
    Lely
    Moderator

    Hello Jeff,

    Thank you for the URL.
    Please try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar {
        overflow-y: initial;
    }

    This was already reported to our developer. For the mean time above CSS will fixed the issue. Thank you for understanding.

    #1118500
    Paul R
    Moderator

    Hi Jeff,

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

    
    body .x-navbar.x-navbar-fixed-left {
           overflow: visible;
    }
    

    Hope that helps

    #1120412
    Jeff K
    Participant

    Do I put both code strings mentioned above in the Edit Global CSS?

    #1120743
    Christopher
    Moderator

    Hi there,

    Yes, please add it under Customize -> Custom -> CSS.

    Thanks.

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