Hi!
Thanks for your post and sorry for the trouble!
I’m not exactly sure why this happens, but setting the widths for the columns in a more reliable way should fix this. For that, please replace the CSS code
.tablepress-id-1 .column-1 {
width: 85px
}
.tablepress-id-1 .column-2 {
width: 85px
}
.tablepress-id-1 .column-3 {
width: 85px
}
with
.tablepress-id-1 td {
width: 33.3%;
}
Best wishes,
Tobias
Thread Starter
zev1on
(@zev1on)
Thanks Tobias
Really appreciate your fast reply and help. That’s now fixed.
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 in the plugin directory. Thanks!