Hi,
thanks for your post, and sorry for the trouble.
Normally, this is achieved by TablePress’ default CSS, which sets padding for this. Did you maybe override the padding?
TablePress uses
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
padding-right: 20px;
}
Regards,
Tobias
Thanks for the help.
I was able to fix this by adding the CSS code you mentioned with !important. However this made the table a bit wider and added a horizontal scroll bar.
I was able to fix this by reducing the font size with:
.tablepress-id-33 tbody td {
font-size: 12px;
}
.tablepress-id-33 thead th {
font-size: 14px;
}
So I’m happy with how it looks now.
Thanks!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Yes, the table will get wider when doing this, as the space has to come from somewhere. Reducing the font size is a good option then.
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!