I can’t find in CSS where to reduce the line height for sub-menu items. I want to set it to line-height: 3;
Thanks.
Hey perihelionweb,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi,
By line height you mean the space between the menu items, correct? If so then please try this in Quick CSS:
.html_header_sidebar #header .av-main-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
Best regards,
Rikard
Perfect, thanks!
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Just a minor follow-up question, how do I reduce the vertical space on the sub-menu. I tried the same approach but can’t seem to find the proper CSS to adjust.