Hi,
thanks for your question, and sorry for the trouble.
I’m not sure that I can reproduce this. What exactly on this page is not lined up? Everything looks good to me…
Regards,
Tobias
Sorry- PLease refresh…It is the first table. The blue header columns do not line up
-
This reply was modified 7 years, 9 months ago by
dechtman.
Hi,
ah, now I see. This is caused by your theme changing the line height of the table header cells. To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress th,
.tablepress td {
line-height: normal;
}
Regards,
Tobias
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!