Hi Tobias,
Thanks for creating this plugin!
I am also having trouble modifying my column width. I have a very simple table. It’s on a draft page so you can view a screenshot here: https://www.dropbox.com/s/uyf6m7aybe7ypu2/Table_screenshot.jpg?dl=0
I’ve tried this in the plugin’s custom CSS:
.tablepress-id-1 .column-1 {
width: 100px;
}
I have tried different px widths but the table will not change.
I have also tried:
.tablepress-id-1 .column-1 {
width: auto;
}
Basically I want the column/table width to be about the width of the text.
As a separate question, eventually I want to move the table beside text and have it right justified. Is that an option?
Thank you.