Question
Why don’t table settings in the editor match the published article?
Answer
By default, the Guide theme CSS overrides the cell padding you have set up through the table properties editor.
You can add the following code snippet to your style.css page to have your cell padding reflected appropriately:
.article-body td, .article-body th {
padding: 20px;
}
Set the desired cell padding and click publish for the changes to take effect. For more information on formatting your tables, see the article: Adding and formatting tables in Help Center articles.
Disclaimer: This article is provided for instructional purposes only. Zendesk does not support or guarantee the code. Post any issues you have in the comments section or try searching for a solution online.