Hi,
thanks for your question, and sorry for the trouble.
No, that is not possible like this, because of how CSS code works.
Instead, you could use an “Extra CSS class”. For example, add “tablepress-my-custom-style” (or something similar) to the “Extra CSS classes” field on the “Edit” screen of each table where you wan this. After that, you can use this CSS:
.tablepress-my-custom-style .column-1 {
width: auto;
}
All tables that have that Extra CSS class will automatically get this stylng.
Regards,
Tobias
Thread Starter
echod
(@echod)
it works!
i should look post in support better before ask question
Thanks for answer!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!