Title: Wrong format table, only left side
Last modified: June 7, 2020

---

# Wrong format table, only left side

 *  Resolved [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/)
 * Hello,
    I try to make table on my site, but it is not the same as the original.
   I dont know how to solve this problem. can you help? Thank you! Loc
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwrong-format-table-only-left-side%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12950715)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * I’m not sure that I understand. Where exactly is your TablePress table and what
   is not working with it?
 * Regards,
    Tobias
 *  Thread Starter [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12950778)
 * Thank you so much for your quick response!
    I am sorry to make you confuse. I
   try to explain in this image. Can you help? [https://drive.google.com/file/d/1856oemUSaOqOrzUGxYz02GkKwOooVFoV/view?usp=sharing](https://drive.google.com/file/d/1856oemUSaOqOrzUGxYz02GkKwOooVFoV/view?usp=sharing)
   Thank you so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12950883)
 * Hi,
 * thanks for the link!
 * Okay, I see. If you would create this table with TablePress, it will be stretched
   to full width automatically 🙂 The table on the left side of your image was not
   created with TablePress, but with the block editor of WordPress. You should create
   it with TablePress instead.
 * Regards,
    Tobias
 *  Thread Starter [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12951805)
 * Thank your for your check!
    I did with TablePress. It was still the same problem.
   The table was not stretched full width automatically. Link: [https://drive.google.com/file/d/1UnPZ2bLlu2PCioS1BQwdXcSY_SbIJ98U/view?usp=sharing](https://drive.google.com/file/d/1UnPZ2bLlu2PCioS1BQwdXcSY_SbIJ98U/view?usp=sharing)
   Can you help me one more time? I am sorry for any inconvenience for you! Best
   regards, Loc
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12953784)
 * Hi,
 * ok, can you then please also add this to the “Custom CSS” textarea on the “Plugin
   Options” screen of TablePress:
 *     ```
       .entry-content .tablepress {
         width: 100%;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12954168)
 * WOW, It works.
    I appreciate your helps. Thank you so much!!!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12955294)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!
 *  Thread Starter [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12971493)
 * Hi,
    I am so sorry to bother you again! I realized that The table is ok if I 
   use preview mode. When I publish the post, the problem is the same. (I checked
   and kept the same your code above to make width 100%) Can you check this link?
   only 1 table. [https://ngoloc.com/ma-buu-chinh/](https://ngoloc.com/ma-buu-chinh/)
   Thank you in advance! Loc
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12971526)
 * Hi,
 * please try adding this “Custom CSS”:
 *     ```
       .tablepress {
         width: 100% !important;
       }
       ```
   
 * Please also clear the cache of your CSS/JS caching plugin then.
 * Regards,
    Tobias
 *  Thread Starter [ngohieuloc](https://wordpress.org/support/users/ngohieuloc/)
 * (@ngohieuloc)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12971617)
 * Hi,
 * It works perfectly.
    Thank you for your help! Have a nice day. 🙂
 * Regards,
    Loc
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12971956)
 * Hi,
 * great! Thanks for the confirmation!
 * Best wishes,
    Tobias

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

The topic ‘Wrong format table, only left side’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

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

 * 11 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/wrong-format-table-only-left-side/#post-12971956)
 * Status: resolved