Hi,
Is it possible to get even smaller space between the lines in the vertical menu? See link.
I’ve used:
.html_header_sidebar #header .av-main-nav > li > a {
padding: 0px 10px;
}
Best wishes,
Lars
Hey frifoto,
Would you be able to provide a screenshot of the exact section that you need corrected so I know that I am giving you the right solution.
Best regards,
Jordan Shannon
Hi Jordan,
I put a link for you, the padding or space between each line in the menu is what I mean.
Hi,
Try adding this to quick css:
#avia-menu.menu.av-main-nav li a{
line-height:2px !important;
}
You can adjust the line-height to whatever you need.
Best regards,
Jordan Shannon