Hello @tomchase,
Can you share a live url of the web page that this table is in? Then we can further investigate the issue and give you an update.
Best regards.
One more thing I would like to mention is in the back-end Row alignment is ok. The problem is in the front-end.
Hello @tomchase,
We investigated the issue and found the bug that is causing it. Fix for it is scheduled for next update. In the meantime if you put the below custom CSS code to your theme’s Additional CSS menu on theme customization screen, this issue will be fixed. Sorry for the inconvenience and thank you for your feedback.
.wptb-table-container table td {
vertical-align: middle;
}
Fixed table: Cell Alignment
How to use theme customizer: https://wordpress.com/support/customizer/
Best regards.
-
This reply was modified 5 years, 8 months ago by
erdembircan.