Hey, i am using a left side menu layout and i’ve increased the size of the font in the navigation. With the larger font came a larger break below it, between the menu text and the description text. Can you help me change that line space or padding?
Hey Josh,
Please add this in Enfold > General Styling > Quick CSS:
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
line-height: 1.1;
}
just adjust the value as you see fit. (try to increase or decrease it by 0.1)
Hope this helps.
Best regards,
Nikko