css media query for mobile and hide a row wordpress code example
Example: css media query for mobile and hide a row wordpress
@media screen and (max-width: 800px) {
#site-header {
display: none;
}
}
@media screen and (max-width: 800px) {
#site-header {
display: none;
}
}