CSS media queries?
-
Hi,
is it possible to use media queries to specify columns widths? Let’s say I want to adjust column width on 766px and below.
I added the following but that didn’t work.
@media only screen and (max-width: 766px) { .tablepress .column-1 { width: 150px !important; } }
Only
.tablepress .column-1 { width: 150px !important; }
worked fine.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS media queries?’ is closed to new replies.