The logo is still displaying in the menu bar instead of above it as it does on a pc.
But i want to use a different logo on mobile !
Oh right yeah my bad. I forgot to include this CSS code.
nav#mobile-header .inside-navigation.grid-container.grid-parent .site-logo.mobile-header-logo {
width: 100%;
background-color: white;
margin: auto;
}
And if you want the logo to be placed on the center, you simply add justify-content: center;
.
A wise man once said:
"Have you cleared your cache?"