Title: Missing classes for table alignment
Last modified: July 19, 2020

---

# Missing classes for table alignment

 *  [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * (@arskrigitsioniets)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-classes-for-table-alignment/)
 * If I try to make left or right alignment the text inside a table (native Gutenberg
   block “Table”), it will not work in front-end. There are just missing styles 
   for this case in the theme. Please, check styles for table alignments and add
   the missing ones.
 * Thanks!
 * I solve this problem by adding the following css:
 *     ```
       .has-text-align-center
       {
       	text-align: center !important;
       }
   
       .has-text-align-left
       {
       	text-align: left !important;
       }
   
       .has-text-align-right
       {
       	text-align: right !important;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-classes-for-table-alignment/#post-13144409)
 * Thanks for reporting the problem !
    A fix is on the way for the next theme update.
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-classes-for-table-alignment/#post-13144415)
 * ( and thanks for sharing your solution too )
 *  Thread Starter [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * (@arskrigitsioniets)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-classes-for-table-alignment/#post-13146962)
 * There is a similar problem here: captions under images are always italic in front-
   end despite the fact I can use the italic or regular font in back-end.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing classes for table alignment’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [arskrigitsioniets](https://wordpress.org/support/users/arskrigitsioniets/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/missing-classes-for-table-alignment/#post-13146962)
 * Status: not resolved