CSS Media Requête pour mobile et cacher une ligne WordPress
@media screen and (max-width: 800px) {
#site-header {
display: none;
}
}
Thankful Trout
@media screen and (max-width: 800px) {
#site-header {
display: none;
}
}