• Hi, I’m trying to hide the top logo when using tablet or mobile but it’s not working.

    I’m adding the CSS:
    @media only screen and (max-width: 767px){
    #site-logo {
    display: none;
    }
    }
    But there are no changes happening, what am I doing wrong?

    Thanks,
    Alex.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Logo when mobile’ is closed to new replies.