Horizontal scrolling enabled but not working
-
Words start truncating, and columns on Table 2 of this page become too narrow when device is <2000px wide.
Horizontal scrolling is enabled, but it never seems to get triggered.
And if I also add width (with or without horizontal scrolling enabled), it doesn’t help:
.tablepress-id-24 .column-1, .tablepress-id-24 .column-2, .tablepress-id-24 .column-3, .tablepress-id-24 .column-4, .tablepress-id-24 .column-5, {width: 85px !important;}And if I also add min-width (with or without horizontal scrolling enabled), it doesn’t help:
.tablepress-id-24 .column-1, .tablepress-id-24 .column-2, .tablepress-id-24 .column-3, .tablepress-id-24 .column-4, .tablepress-id-24 .column-5, {min-width: 85px !important;}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Horizontal scrolling enabled but not working’ is closed to new replies.