Title: Responsive type
Last modified: August 21, 2016

---

# Responsive type

 *  Resolved [duttonstuart](https://wordpress.org/support/users/duttonstuart/)
 * (@duttonstuart)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-type/)
 * Hi Tobias.. Is it possible to edit to code to allow for it to always have a responsive
   type assigned to the shortcode if using the responsive extension?
 * If so how would I add this?
 * Thanks. Keep up the excellent work.
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-type/#post-3990281)
 * Hi,
 * thanks for your question.
 * Yes, this is possible by changing a line in the PHP code of the Extension:
    Please
   open “tablepress-responsive-tables.php” and change string in the line
 *     ```
       $default_atts['responsive'] = 'none'; // 'phone', 'tablet', 'desktop', 'all'
       ```
   
 * to whatever you want as the default.
    All tables will then get the responsive
   mode that you set there, without having to add the Shortcode. Of course, you 
   can still override the mode on individual tables by adding the Shortcode.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive type’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-type/#post-3990281)
 * Status: resolved