Horizontal scrolling unticked prevents colum hiding
-
Hi Tobias
The code below was working to display only the first column of my table in my iPhone window. But the window was also horizontally scrolling to show white overflow to the right side. I tried to fix this by reducing the column width via CSS, without success. Then I saw your suggestion here of unticking the horizontal scrolling box. This has stpped the horizontal scrolling but it has stopped the code below from working. I’m hoping you can advise me on how to deal with this.
@media (max-width: 767px) {
.tablepress-id-1 .column-2,
.tablepress-id-1 .column-3,
.tablepress-id-1 .column-4,
.tablepress-id-1 .column-5,
.tablepress-id-1 .column-6 {
display: none;
}
}Cheers Alex
- The topic ‘Horizontal scrolling unticked prevents colum hiding’ is closed to new replies.