Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1233097

    Hi,
    I opened many threads and tried many things, but I’m not able to decrease the height of the full width sub menu on my page in private content.
    Could you please help me?
    If needed, you can find a link and credentials to my website in private content.
    Thanks a lot!

    #1233107

    Hey fcp,

    Add this to quick css:

    .sticky_placeholder{
    height:15px!important;
    }
    
    #top .av-submenu-container {
        min-height: 15px!important;
    }
    
    #top .av-subnav-menu > li{
    padding:2px 0!important;
    }

    Best regards,
    Jordan Shannon

    #1233108

    Hey fcp,

    Add this to quick css:

    .sticky_placeholder{
    height:15px!important;
    }
    
    #top .av-submenu-container {
        min-height: 15px!important;
    }
    
    #top .av-subnav-menu > li{
    padding:2px 0!important;
    }

    Best regards,
    Jordan Shannon

    #1233114

    Hi Jordan,
    I customized a little bit your code and it’s perfect!
    Thanks a lot for your help! ;-)
    This topic can be closed.

    #1233118

    Hi,

    Perfect! I’m glad I was able to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Decrease full width sub menu height’ is closed to new replies.