• Hi there…. if it possible to make the main menu smaler ? Sorry for my english… i need more then 5 menu pints in one row

Viewing 1 replies (of 1 total)
  • Hi @einfach112!

    You could try decreasing the spacing between the elements. Try this CSS:

    @media screen and (min-width: 768px) {
        .main-navigation ul li {
            padding-left: .25em;
        }
        .nav-menu>li>a:before {
            margin-right: .5em
        }
    }

    To add it, you can use the Additional CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module

Viewing 1 replies (of 1 total)
  • The topic ‘Menu – after and before’ is closed to new replies.