Is it possible to decrease the gap(line spacing) between lines on main menu elements?
The thing is that I want to create main menu links like this – the link name word menu keeps original placement and the next part of link name text goes in line under.
Like this:
Menu
text
The problem is that when I name the menu item using Menu < b/ > text the gap between lines is too big and the next line is overlaying the slider.
Like this:
Menu
Text
How can I decrease this gap? Basically, I would like a part of the each menu link text to appear in new line with smaller spacing between lines.
Regards
Hi Linards!
Try adding this to your custom CSS.
.av-main-menu > li > a { line-height: 15px !important; padding-top: 40px !important; }
If that’s not working then send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Hey!
Please refer to this link for a possible workaround: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Best regards,
Ismael