Tagged: full-width submenu, height
Hi there,
Is it possible to change the height of the full width submenu?
Currently it’s something like 42 pixels but I want it to be more subtile, 20 for example.
Any code to achieve that?
Thanks in advance!
Hi MulderMind!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-submenu-container {
height: 30px;
}
#top .av-subnav-menu > li {
padding: 4px 0;
}
#top .sticky_placeholder {
height: 29px;
}
I believe 20px would be too small. Feel free to adjust the values as needed
Regards,
Yigit
Thanks Yigit – spot on & fast – like always :)
And you’re right, 30 is better.
Have a good day!