• Resolved mephron

    (@mephron)


    I’m trying to reduce the size of the spacing between items in the menu. It’s very large and widely spaced, and I do not want it that large.

    I can’t find a setting for the vertical menu spacing.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello mephron,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    @media screen and (min-width: 48em)
    {
    .header-side .primary-menu > li {
        padding: 0 !important;
    } 
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Height of Menu Items’ is closed to new replies.