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