Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #353148

    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

    #353361

    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

    #353398
    This reply has been marked as private.
    #353717

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.