How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]

on the “.main-navigation li” (line 1487) from css, you put {padding: 0 24px; margin:0px; position: relative;}, and remove anything else.

This should do the trick.

— or —

you move the top and bottom borders on the menu-nav-bar-container div, and you remove the borders and width from the ul.

This shoud do the trick too.