Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Spiracle Themes

    (@yogendranegi)

    Hello Souvik(@adventuretalesofall),

    Thanks for contacting support

    Use the CSS below to minimize spacing. You can play around with the values to get perfect spacing. The padding-bottom is used for spacing between the dropdown and the menu while the padding-top is used for spacing from the top

    @media only screen and (min-width: 768px) and (max-width: 2560px) {
    .nav > li {
    padding-top: 20px;
    padding-bottom: 10px;

    }
    }

    How to Add CSS
    Go to Appearance -> Customize-> Additional CSS and paste this css and save

    Regards
    Spiraclethemes

    Thread Starter Souvik

    (@adventuretalesofall)

    Thank You Very Much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minimize Menu Spacing (How To)’ is closed to new replies.