Hello i have a problem with hide one row (exactly background) on mobile and tablet device i try give class to row : “none” and add css but this dont work on mobile
@media screen and (max-device-width: 900px){
.none {
display: none !important;
visibility: hidden !important;
}
}
@media screen and (max-device-width: 900px){
.none {
background-image: none !important;
}
}