Hi,
thanks for your question, and sorry for the trouble.
Where exactly did you add the CSS code? In the “Custom CSS” files, there’s
.tablepress-id-4 .column-6 {
width: 100% !important;
}
right now.
If you did indeed put that CSS into the TablePress “Custom CSS” text area, the server might be preventing the files from being updated. To get that working again, please try connecting to your server via FTP and delete the three files
/wp-content/tablepress-custom.css
/wp-content/tablepress-custom.min.css
/wp-content/tablepress-combined.min.css
Then, please save the “Custom CSS” again, to recreate the files.
Regards,
Tobias
I added it to the plugins options area. I changed the code to:
.tablepress-id-4 .column-6 {
width: 250px !important;
min-width: 250px !important;
}
based on reading some forum replies.
I deleted those tables from the server and re-saved. No changes for logged out users.
Is there a way to share screenshots to show you the difference I see logged in vs logged out?
Perhaps this:
Logged IN: https://drive.google.com/file/d/1RyqjDj_4Xuy90QNNCGwnE1cxwxpBlixJ/view?usp=sharing
Logged Out: https://drive.google.com/file/d/152VtItsmR57WklVvSSKLY8VMTDXvJLl7/view?usp=sharing
Notice: When logged in, the last two columns are a part of the dropdown items, and column #6 is wider than the rest. When logged out, all columns are visible, and column 6 is not as wide as it should be.
Hi,
can you please try turning off the “Horizontal Scrolling” checkbox on the table’s “Edit” screen. That might be interfering here.
Note that the collapsing is not necessary by default, which is why the behavior when logged-in might actually be wrong here…
To force it, you might have to set those 250px to a higher value, like 500px, maybe.
Regards,
Tobias