Title: Table with
Last modified: November 26, 2018

---

# Table with

 *  Resolved [uarezohan](https://wordpress.org/support/users/uarezohan/)
 * (@uarezohan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/table-with-2/)
 * Hello.
 * How to set the width for the table on the desktop 80% and for mobile platforms
   50%?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Processby](https://wordpress.org/support/users/processby/)
 * (@processby)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/table-with-2/#post-10917314)
 * Hello.
 * Its may be adjusted with CSS. But mind that table width must be 100% for small
   screen devices.
 *     ```
       @media screen and (min-width: 1200px) {
           .table-responsive .table {
               max-width: 70%;
           }
       }
       ```
   
    -  This reply was modified 7 years, 5 months ago by [Processby](https://wordpress.org/support/users/processby/).

Viewing 1 replies (of 1 total)

The topic ‘Table with’ is closed to new replies.

 * ![](https://ps.w.org/wp-responsive-table/assets/icon-256x256.png?rev=1843834)
 * [WP Responsive Table](https://wordpress.org/plugins/wp-responsive-table/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-table/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-table/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Processby](https://wordpress.org/support/users/processby/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/table-with-2/#post-10917314)
 * Status: resolved