Replies: 0
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.