Cells overflowing into other cells
-
This is how my table looks with no extra styling: https://ibb.co/JrDczS5
I have “Horizontal Scrolling” enabled, but I don’t get a scroll bar.
I tried the Responsive Plugin with the “scroll” but that didn’t make it work on the desktop either.
I added the following to the CSS to make the biggest problem column wider:
.tablepress-id-1 .column-7 {
width: 210px;
}And that produces this: https://ibb.co/mhrt4cJ
Which is better, but some of the data is still getting squished.
I would like each column to automatically resize to accommodate the data within, and if need be, for there to be a horizontal scroll bar on desktop view when the data exceeds the width of the viewable page.
I have searched (which is where I got the css code above) but didn’t find a full solution.
Thank you!
The page I need help with: [log in to see the link]
The topic ‘Cells overflowing into other cells’ is closed to new replies.