Title: table style
Last modified: November 3, 2020

---

# table style

 *  Resolved [kumidu](https://wordpress.org/support/users/kumidu/)
 * (@kumidu)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/table-style-2/)
 * Hi, thanks again for this wonderful theme, for your effort and your support. 
   I like faith very much!
 * At the moment I’m struggeling a bit with tables styles / table formatting. I 
   set up a table with 4 columns an I put some text in it. With the table settings
   I can switch on “table cells with fixed width” and it seems to be ok when editing
   the page.
    But when the page is published, all table colums seems to have the
   same size. The only difference is a word wrap and no slider to move right.
 * What I would expect if no fixed width is selected is that columns with litte 
   text are smaller than columns with more text.
 * The describing text below the table is nicer formatted in editing mode than as
   it appears on the page.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-style-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * (@ilovewpcom)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/table-style-2/#post-13618549)
 * Hi,
 * You can go to Appearance > Customize > Additional CSS and add this code:
 *     ```
       .post-single table {
       table-layout: auto;
       }
       ```
   
 * This should fix your issue.
 * Best regards,
    Dumitru

Viewing 1 replies (of 1 total)

The topic ‘table style’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/faith/1.3.2/screenshot.png)
 * Faith
 * [Support Threads](https://wordpress.org/support/theme/faith/)
 * [Active Topics](https://wordpress.org/support/theme/faith/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/faith/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/faith/reviews/)

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/table-style-2/#post-13618549)
 * Status: resolved