Hi,
thanks for your question, and sorry for the trouble.
In addition to setting new columns widths for these columns, you’ll need to tell the table to not stretch to 100% of the width. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-3 {
width: auto;
}
Regards,
Tobias
Right now I have the following added to the plugin options area but the columns still look the same. I would like to reduce the padding (the white space between the text in a cell and the edges of a cell)
.tablepress-id-3 .column-2,
.tablepress-id-3 .column-3,
.tablepress-id-3 .column-4 {
padding: 4px;
}
.tablepress-id-3 {
width: auto;
}
Hi,
please try clearing the cache of the plugin that you are using to minimize/concatenate/cache CSS code.
Regards,
Tobias
Where do you clear the cache of the tablepress plugin?
Hi,
not the TablePress plugin, but the plugin that you are using for caching 🙂
Regards,
Tobias