Which option do you suggest?
Thanks it works 🙂 Now I only need to center the menu on iPad Pro..any idea how to do that? 🙂
Hi,
I’ve removed the code to center the logo and just kept yours. Could you check it now please?
Didn’t help :/
Can it be that I have used this code to shrink the logo on mobile devices?
@media only screen and (min-width: 200px) and (max-width: 670px) {
.site-branding img {
max-width:320px;
max-height:56px;
}
.main-header {height:80px;}
}