Title: Responsive
Last modified: August 21, 2016

---

# Responsive

 *  Resolved [ehong33234](https://wordpress.org/support/users/ehong33234/)
 * (@ehong33234)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/responsive-29/)
 * Is there a way to make this responsive when using as shortcode? I am using Propulsion
   theme, which is responsive but the Special Recent Posts is not.
 * [http://wordpress.org/extend/plugins/special-recent-posts/](http://wordpress.org/extend/plugins/special-recent-posts/)

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

 *  Thread Starter [ehong33234](https://wordpress.org/support/users/ehong33234/)
 * (@ehong33234)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/responsive-29/#post-3656312)
 * To have it responsive, you cannot use the Multi Column layout mode. It must be
   in Single Row mode, FYI.
 *  [Philipp Bammes](https://wordpress.org/support/users/tyrannous/)
 * (@tyrannous)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/responsive-29/#post-3656555)
 * nope, this does not work.
    It should be “Single **Column**“, not “Single Row”.
 * So what about a switch which switches between Single Column mode on Mobiles and
   Multiple Columns mode in Desktops?
 *  [SyedAhmed](https://wordpress.org/support/users/syedahmed/)
 * (@syedahmed)
 * [13 years ago](https://wordpress.org/support/topic/responsive-29/#post-3656586)
 * Does the Pro Version has the abilities to use multiple columns and be responsive?
 *  [laptophobo](https://wordpress.org/support/users/laptophobo/)
 * (@laptophobo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/responsive-29/#post-3656636)
 * The Pro version does. But, to get your row of columns to stack and/or collapse
   responsively, you’ll have to alter the CSS. Use the “single column” choice in
   the plugin, and something like this for the CSS:
 *     ```
       div.srp-single-column{
       display: inline-block; /* this allows single posts to break rows when responsive */
       width: 560px;
       }
       ```
   

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

The topic ‘Responsive’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/special-recent-posts_006699.svg)
 * [Special Recent Posts](https://wordpress.org/plugins/special-recent-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/special-recent-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/special-recent-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/special-recent-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/special-recent-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/special-recent-posts/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [laptophobo](https://wordpress.org/support/users/laptophobo/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/responsive-29/#post-3656636)
 * Status: resolved