Reply To: Spacing between navbar items

Home Forums Support Spacing between navbar items Reply To: Spacing between navbar items

Home Forums Support Spacing between navbar items Reply To: Spacing between navbar items

#106940
Adrian Cojocariu

HuyHay that works !

The other menu items backgrounds were transparent too though, but I fixed that by adding background color:


.main-navigation .menu > li {
margin-right: 5px;
background-color:#blahblah;

One last thing, is there any other way to vertically align the navmenu in the header ? Instead of using :


.main-navigation {
margin-top:10px;
}

It’s not really centered this way 🙂