Ive used the following CSS to style the nav menu bar to have the cart on the right and the nav menu in the middle.
But this does leave the main part of the nav menu off centre (a bit to the left).
Is it possible to have it so the main nav menu is dead centre and the nav menu cart is full right ?
Thank you
Stephen
/* cart float right menu centre desktop */
.nav-float-right #site-navigation {
width: 100%;
}
.main-navigation .main-nav>ul {
position: relative;
}
.main-nav {
margin: auto;
}