Title: Setting column width with Responsive stack mode issue
Last modified: September 9, 2020

---

# Setting column width with Responsive stack mode issue

 *  Resolved [louis59](https://wordpress.org/support/users/louis59/)
 * (@louis59)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/)
 * Hi,
 * I am using the Responsive Tables extension, and have applied `responsive=stack
   responsive_breakpoint="phone"` to my table.
 * I’ve modified the column width (via [https://tablepress.org/faq/column-widths/](https://tablepress.org/faq/column-widths/)),
   but noticed it also adjusts the width for the phone/stack view.
 * How can I modify the column width for devices outside the phone breakpoint?
 * Kind regards

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380625)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [louis59](https://wordpress.org/support/users/louis59/)
 * (@louis59)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380637)
 * Hi [@tobiasbg](https://wordpress.org/support/users/tobiasbg/), do you have an
   email where I could send you a link privately?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380645)
 * Hi,
 * yes! You can find it on [https://tablepress.org/impressum](https://tablepress.org/impressum)
   or in the plugin’s main file “tablepress.php”.
 * Regards,
    Tobias
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380664)
 * Hi,
 * thanks for the link! To reset the widths to full widths in `stack` mode, please
   add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       @media screen and (max-width:767px) {
           .tablepress-id-1 td {
               width: 100% !important;
           }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [louis59](https://wordpress.org/support/users/louis59/)
 * (@louis59)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380678)
 * Perfect, thank you so much Tobias!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380713)
 * 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!

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

The topic ‘Setting column width with Responsive stack mode issue’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/setting-column-width-with-responsive-stack-mode-issue/#post-13380713)
 * Status: resolved