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

    Hello,

    In the Enfold theme, how can we change (increase or decrease) the spacing between the Text headings in the Main Navigation as well as the drop down navigation? http://www.banff.com

    Many thanks in advance,

    Paul

    #836109

    Hey Paul,

    You can add padding to the menu items using this in Quick CSS:

    .av-main-nav li {
        padding: 0 10px;
    }

    Best regards,
    Rikard

    #836589

    Thank you Rikard,

    That worked fine. How can we change the vertical spacing in the sub menu?

    Many thanks,

    Paul

    #836858

    Hi Paul,

    Please try this as well:

    .sub-menu li a {
        padding: 12px 15px !important;
    }

    Adjust the values to your liking.

    Best regards,
    Rikard

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