Hide Column on Mobile Devices
-
Im using this code
@media screen and (max-width: 768px) { .tablepress-id-1 .column-2, { display: none; } }
to try a hide the second column on my table [table id=1 /] but does not seem to work, where am I going wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide Column on Mobile Devices’ is closed to new replies.