Custom CSS Code to centre align horizontal menu

Hi

Can someone pls formulate a custom css code to “centre” align the horizontal menu on my site ?

Currently, it’s aligned to the left.

Site link

Fyi, it’s a Wordpress / WooCommerce site.

Thanks in advance

.nasa-menus-wrapper {
  margin-left: auto;
  margin-right: auto;
}

(Paul will be along shortly to tell me how to do it better ;P)

1 Like

Thanks for the prompt response.

Issue fixed !

Replace .menu-container and .menu with your actual menu container and menu class names if they’re different.

What does that have to do with the question?

The thread has been solved anyway so please read before answering.

1 Like