The css is hiding the logo on homepage specifically in smaller screens sizes. Not sure why you have it. Remove any css that does not have any use on your website.
I just realised why - on another site I needed to remove it form the homepage as the header was completely opaque and the header image had the logo on it. So it was unnecessary to have it twice.
Hi, for some reason the header logo won't display on mobile viewing. I've not come across this before on any of my other sites I manage.
Any ideas?
Hi Sanjay,
You have custom css that is hiding in mobile. Check in Salient > General settings > CSS/Script related:
Thanks.
So strange, I removed:
@media only screen and (max-width: 999px) and (min-width: 1px) {
body.home #header-outer #top .col.span_3 #logo {
visibility:hidden !important;
}
}
Now it works. But I have this same code on other sites and doesn't affect it.
Hi Sanjay,
The css is hiding the logo on homepage specifically in smaller screens sizes. Not sure why you have it. Remove any css that does not have any use on your website.
Thanks.
I just realised why - on another site I needed to remove it form the homepage as the header was completely opaque and the header image had the logo on it. So it was unnecessary to have it twice.
Thanks