Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Hide Logo when mobile

$
0
0

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.


Viewing all articles
Browse latest Browse all 59525

Trending Articles