The menu is working with margin, if you remove the margin for example your menu centers:
.main-navigation li {
margin: 0 !important;
}
The menu is working with margin, if you remove the margin for example your menu centers:
.main-navigation li {
margin: 0 !important;
}