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

    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

    #753278

    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

    #753297

    Hi Jordan,
    I put a link for you, the padding or space between each line in the menu is what I mean.

    #753316

    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

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