Columns Display on Mobile
-
Hello Tobias!
I’ve tried to hide column 2 on mobile devices, however it doesn’t seem to work. I’ve used the code below:@media screen and (max-width: 768px) { .tablepress-id-1 .column-2 .tablepress-id-3 .column-2 .tablepress-id-13 .column-2 .tablepress-id-12 .column-2 .tablepress-id-14 .column-2 .tablepress-id-15 .column-2 .tablepress-id-18 .column-2 .tablepress-id-19 .column-2 .tablepress-id-20 .column-2 .tablepress-id-21 .column-2 .tablepress-id-22 .column-2 .tablepress-id-23 .column-2 { display: none; }Can you please let me know if there’s a way to fix it?
Cheers!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Columns Display on Mobile’ is closed to new replies.