I'm having troubles formatting my tables. Some tables will not center text, other tables will not center align, and sometimes when I enter a table it messes up the spacing and formatting of other text in the unit.
Have you seen this issue before and is there a resolution?
Thanks!
@jmu289,
When you edit your unit, there are alignment tags below add media button through which you can align table text and then update your unit. If this will not resolve your issue. Then please share your page URL on which this issue is occurring.
This reply has been marked as private.
Please try adding this given css in your wp-admin -> appearance -> customize -> custom css :
.unit_content table td {text-align: center;}