Center Menu Items

If you’d like to center your menu items, you may add the following code to the CSS section of the Layout or page the menu is located.

.nav {
	display: table !important;
	margin: 0 auto;
}