How do I center the menu items in header 'Navigation Collapsed'

The menu items in ‘collapsed navigation’ in the header keep on the left position. I tried all kinds of settings. Is there no way to center the items here?

https://supenwaterwebshop.nl

Found it out with:

.e1364-4.x-menu > li > .x-anchor .x-anchor-text {
margin: 5px auto 5px auto;
}

Glad you figured it out, @macvink, and thanks for updating us!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.