Menu position
Could anyone give me quick css to alter the position and style of the menu please I want to centre it on the page.
I have centered the main logo
/* To center align site title logo and navigation */
@media screen and (min-width: 64em) {
.site-branding {
margin: 0 auto;
}
}
#header-navigation-area {
margin: 0 auto;
}
but the menu displays alongside the logo and i want to drop it below and centered also.
Thanks