Column too narrow
-
Hi.
I cannot get one of the columns in my Table to size properly. It seems to stay at the most narrow possible size (with padding). The table is at https://www.jozito.com/bob-merbergs-appearances/ . The column is currently the 4th column, with the header “Date.”
I assume it’s a conflict with my theme, as I’ve had the same table working properly on another site. I’m not a tech expert, but here are some of the things I’ve already tried:
Adding to the custom CSS: .`tablepress-id-2 .column-4 {
width: 400px !important;
}`Adding to the custom CSS: `.tablepress-id-2 .column-4 {
width: 400px !important;
}`
Moving the column elsewhere in the table (the column that moves — with the header “Date” — continues to be the one that doesn’t resize).
Deleting the data from the column, and re-entering it manually cell by cell. (The column resized properly until I got to around the 30th row, at which time it refused to resize and stayed narrow. Deleting the data I had just entered did not fix the problem)
Turning horizontal scrolling off.
Re-importing the table in different formats (csv, JSON)
Turning Pagination off.
Searching the Support Forum for comparable issuesAny ideas?
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Column too narrow’ is closed to new replies.