Hi,
I’d like to decrease height of the default menu and full-width submenu (element). You can check my menu set up.
Thanks
Hey axelfx07,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-subnav-menu > li {
padding: 0;
}
#top .sticky_placeholder,#top .av-submenu-container {
height: 23px;
}
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 30px;
line-height: 30px;
}
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
height: 30px;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 132px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit