Hi,
thanks for your question, and sorry for the trouble.
To achieve that, we need to reduce the padding (inner white space) in the table cells. It’s currently set to a rather high value by your theme.
For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress thead th {
padding: 8px 20px 8px 8px !important;
}
.tablepress tbody td {
padding: 8px !important;
}
Regards,
Tobias
Hi Tobias,
Its sorted now, thanks very much for your help. 🙂
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!