Tagged: missing, mobile logo
Hi,
I’m sure this is a simple fix, when i view my site on a mobile phone the logo is not showing up.
Did I miss a setting?
Hi Snerp!
Add this to your custom CSS.
@media screen and (max-width:767px) {
.logo img { padding: 0px !important; }
}
Best regards,
Elliott