Title: responsive columns ?
Last modified: August 20, 2016

---

# responsive columns ?

 *  Resolved [astroneo](https://wordpress.org/support/users/astroneo/)
 * (@astroneo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-columns/)
 * Hello,
    Great Plugin but How or when can we get responsive feature for column
   shortcode ?
 * [http://wordpress.org/extend/plugins/shortcodes-ultimate/](http://wordpress.org/extend/plugins/shortcodes-ultimate/)

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

 *  [llydesigns](https://wordpress.org/support/users/llydesigns/)
 * (@llydesigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513156)
 * I had the same question. Do we have to add in code for every time we use columns
   on a responsive theme?
 * For example, [here](http://llydesigns.com/contact), I’m having issues. Is there
   not a simple fix to just getting columns to resize and/or stack vertically?
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513201)
 * example add
    shortcodes-ultimate/css/style.css
 *     ```
       @media only screen and (max-width: 767px) {
               .su-column-1-2 ,
               .su-column-1-3,
               .su-column-2-3,
               .su-column-1-4,
               .su-column-3-4,
               .su-column-1-5,
               .su-column-2-5,
               .su-column-3-5,
               .su-column-4-5,
               .su-column-1-6,
               .su-column-5-6 { width: 300px; }
   
           }
   
           @media only screen and (min-width: 480px) and (max-width: 767px) {
               .su-column-1-2 ,
               .su-column-1-3,
               .su-column-2-3,
               .su-column-1-4,
               .su-column-3-4,
               .su-column-1-5,
               .su-column-2-5,
               .su-column-3-5,
               .su-column-4-5,
               .su-column-1-6,
               .su-column-5-6 { width: 420px; }
           }
       ```
   
 * This becomes useful. –> [http://www.getskeleton.com/](http://www.getskeleton.com/)
 *  [kwoodall](https://wordpress.org/support/users/kwoodall/)
 * (@kwoodall)
 * [13 years ago](https://wordpress.org/support/topic/responsive-columns/#post-3513215)
 * Excellent! The author should really include this in his next version.
 * Kermit Woodall
 *  [thesettop](https://wordpress.org/support/users/thesettop/)
 * (@thesettop)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513217)
 * hello,where do we put that CSS code…. in the plugin area or ftp to the file mentioned?…
   also how to i change the title on the box?
 *  [fluxappeal](https://wordpress.org/support/users/fluxappeal/)
 * (@fluxappeal)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513218)
 * Excellent Utaka, this works great and thanks for the getskeleton link!
 *  Plugin Author [Vova](https://wordpress.org/support/users/gn_themes/)
 * (@gn_themes)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513219)
 * Thanks for the idea.
 * Flexible columns already added in 4.0.0
 * I plan to release it in 1-2 weeks.

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

The topic ‘responsive columns ?’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 6 replies
 * 7 participants
 * Last reply from: [Vova](https://wordpress.org/support/users/gn_themes/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513219)
 * Status: resolved