• Resolved tobeycat

    (@tobeycat)


    I would like to reduce the space above, below and between each menu item please.
    I would prefer to change it in the actual css file if possible but can’t work out in which part of which file it is set. Thanks.

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

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

    (@dithemes)

    Hi

    Please use below custom CSS:

    @media (min-width: 992px) {
    	.navbarprimary ul.navbar-nav > li a.nav-link {
    		padding: 20px 10px;
    	}
    
    	.sticky_menu_top .navbarprimary ul.navbar-nav > li a.nav-link {
    		padding: 22px 12px;
    	}
    }

    To add custom CSS: Appearance > Customize > Additional CSS.

    Note: you can change 20px, 10px and 22px, 12px accordingly. and you should not edit theme files because your changes will be remove on theme update so please use Additional CSS option.

    Thanks

    Thread Starter tobeycat

    (@tobeycat)

    Thank you! I forgot about theme updates. Have done it as you instructed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding on navbar header menu’ is closed to new replies.