Title: Table width
Last modified: February 28, 2026

---

# Table width

 *  Resolved [jkacher](https://wordpress.org/support/users/jkacher/)
 * (@jkacher)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/table-width-29/)
 * How do I change the table width, for example to auto?

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

 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/table-width-29/#post-18838100)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * You can use the CSS selector .**pp-container-app** to change your app’s width.
 * For example:
 *     ```wp-block-code
       .pp-container-app {width: 500px;}
       ```
   
 * For more CSS selectors, please see: [Manual Styling with CSS | WP Data Access](https://docs.rad.wpdataaccess.com/layout-and-styling/manual-styling.html)
 * Hope this helps! Let us know if you have other questions.
 *  Thread Starter [jkacher](https://wordpress.org/support/users/jkacher/)
 * (@jkacher)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18838447)
 * There is no .pp-container-app selector in the list, your sample does not work
 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18839048)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * Thanks for the response.
 * Please see our test here: [https://share.zight.com/WnuvKN1R](https://share.zight.com/WnuvKN1R)
 * If the sample code doesn’t work, please try to add !important next to the rule.
 * For example:
 *     ```wp-block-code
       .pp-container-app {width: 500px !important;}
       ```
   
 *  Thread Starter [jkacher](https://wordpress.org/support/users/jkacher/)
 * (@jkacher)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18839759)
 * Hi Kim,
 * None of the samples work, I am using a Kadence theme.
   .pp-container-app {width:
   500px !important;}Your videos are too small for me to see, but obvious they use
   the Legacy apps, I only use the new app builder, and the CSS Table Editor
 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18840535)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * Thanks for the response. I used the App Builder in my samples.
 * I apologize for the confusion.  The **CSS Table Editor** allows you to style **
   only child elements** of the pp-table-container element. This doesn’t include
   the whole app width.
 * The documentation can be found here: [CSS Table Editor | WP Data Access](https://docs.rad.wpdataaccess.com/table-builder/menu/table/css-table-editor.html)
 * To adjust the width of your whole app, you need to add the code I mentioned above
   directly on your theme’s custom CSS code field. Here’s the instruction from Kadence:
   [How do I add Custom CSS – Kadence WP Documentation](https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/)
 * I hope that helps. Let us know if you have other questions.
    -  This reply was modified 3 months ago by [Kim L](https://wordpress.org/support/users/kimmyx/).
 *  Thread Starter [jkacher](https://wordpress.org/support/users/jkacher/)
 * (@jkacher)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18840962)
 * It works, but unfortunately too much, it effects ALL applications and not the
   specific ones.
 * I was able to reduce the table width inside the CSS Table Editor with
   .pp-table
   table {width: auto !important;}, but the Toolbar remains at 100% and all my tests
   could not effect it.[App testing – OCLiK](https://onlinecheckerslibrary.com/app-testing/)
    -  This reply was modified 3 months ago by [jkacher](https://wordpress.org/support/users/jkacher/).
 *  Plugin Contributor [Kim L](https://wordpress.org/support/users/kimmyx/)
 * (@kimmyx)
 * [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18841640)
 * Hi [@jkacher](https://wordpress.org/support/users/jkacher/),
 * You can specify which app should affect the code by adding the app ID.
 * For example:
 *     ```wp-block-code
       .pp-app-container.pp-app-28{width: auto !important;}
       ```
   
 * For more examples, please visit: [Manual Styling with CSS | WP Data Access](https://docs.rad.wpdataaccess.com/layout-and-styling/manual-styling.html)
 * Let us know how it goes. 🙏

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-width-29%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Kim L](https://wordpress.org/support/users/kimmyx/)
 * Last activity: [3 months ago](https://wordpress.org/support/topic/table-width-29/#post-18841640)
 * Status: resolved