Okay
  Public Ticket #2555202
Missing mobile logo
Closed

Comments

  •  21
    Sanjay started the conversation

    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?

  •  2,965
    Andrew replied

    Hi Sanjay,

    You have custom css that is hiding in mobile. Check in Salient > General settings > CSS/Script related:

    9809917370.png


    Thanks.

  •  21
    Sanjay replied

    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.


  •  2,965
    Andrew replied

    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.

  •  21
    Sanjay replied

    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