Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1004196

    I can’t find in CSS where to reduce the line height for sub-menu items. I want to set it to line-height: 3;

    Thanks.

    #1004280

    Hey perihelionweb,

    Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #1005734
    This reply has been marked as private.
    #1005871

    Hi,

    By line height you mean the space between the menu items, correct? If so then please try this in Quick CSS:

    .html_header_sidebar #header .av-main-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Best regards,
    Rikard

    #1005881

    Perfect, thanks!

    #1005889

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1007329

    Just a minor follow-up question, how do I reduce the vertical space on the sub-menu. I tried the same approach but can’t seem to find the proper CSS to adjust.

    #1007334

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .html_header_sidebar #header .av-main-nav > li ul.sub-menu li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    Best regards,
    Mike

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