Title: adjusting table widths
Last modified: April 22, 2021

---

# adjusting table widths

 *  Resolved [engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * (@engenderedconvos)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-table-widths/)
 * i can’t find any way to adjust the width of the tables i insert into my blog 
   pages so that the words all fit on one line.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadjusting-table-widths%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Mateo](https://wordpress.org/support/users/mateico/)
 * (@mateico)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14352471)
 * Hi [@engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)!
   
   Try pasting this code in Appearance> Customize> Add CSS.
 *     ```
       .post-inner.thin figure.wp-block-table.is-style-stripes {
               left margin: -150px;
               right margin: -150px;
               width: 100%! important;
               minimum width: 800px;
       }
   
       .post-inner.thin tbody {
               font size: 16px;
       }
       ```
   
 * If you don’t like how it finally looks, just delete it.
    Regards!!
 *  Thread Starter [engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * (@engenderedconvos)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14355873)
 * Thank you for your suggestion, Mateo! It didn’t seem to make any difference though.
 *  [Mateo](https://wordpress.org/support/users/mateico/)
 * (@mateico)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14376482)
 * Sorry [@engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * There was a problem in the code i shared with you, here it goes again!
 *     ```
       .post-inner.thin figure.wp-block-table.is-style-stripes {
              margin-left: -150px;
               margin-right: -150px;
               width: 100%! important;
               min-width: 800px;
       }
   
       .post-inner.thin tbody {
               font-size: 16px;
       }
       ```
   
 *  Thread Starter [engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * (@engenderedconvos)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14383288)
 * It’s worked now!! Thank you so much!!!
 *  Thread Starter [engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * (@engenderedconvos)
 * [5 years ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14446605)
 * Hi [@mateico](https://wordpress.org/support/users/mateico/)! I realized that 
   the formatting does not seem to apply in mobile view. Is there anything I do 
   to adjust the table widths for mobile view as well?

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

The topic ‘adjusting table widths’ is closed to new replies.

## Tags

 * [tables](https://wordpress.org/support/topic-tag/tables/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [engenderedconvos](https://wordpress.org/support/users/engenderedconvos/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/adjusting-table-widths/#post-14446605)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
