Hi Tom,
I would like to hide logo at my site http://www.ssu.cz. In editor I tried to add css code I found here in forum, but without success, logo is still visible on my mobile (screen size 480×800 px). Can you help please?
Ludek
@media all and (max-width: 500px) {
.site-logo {
display: none;
}
}