Hide table on mobile
-
I want to hide a table on mobile, the problem is that I have a big white space, were the table should be displayed.
I’m using this code:
@media (max-width: 979px) {
.apartamente {
display: none;
}}
How can I ger reed the white space on mobile view?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Hide table on mobile’ is closed to new replies.