Title: Posts stacking vertically with very narrow width
Last modified: August 22, 2016

---

# Posts stacking vertically with very narrow width

 *  [wahichu](https://wordpress.org/support/users/wahichu/)
 * (@wahichu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/)
 * Hi,
 * I’m having a problem in that the posts are stacking vertically with a narrow 
   width after having upgraded the plugin. The issue is on the [homepage](http://wearablecollections.com)
   of the site.
 * I’m on very recent iMac, all my browsers are updated and I’m running WP 3.9.2.
   Can you please advise how I can make that plugin span responsively across the
   widget area I set it to on the homepage?
 * Thanks in advance.
 * [https://wordpress.org/plugins/special-recent-posts/](https://wordpress.org/plugins/special-recent-posts/)

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

 *  Plugin Author [Luca Grandicelli](https://wordpress.org/support/users/lgrandicelli/)
 * (@lgrandicelli)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5312958)
 * Hello. I see nothing online.
 *  Thread Starter [wahichu](https://wordpress.org/support/users/wahichu/)
 * (@wahichu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5313045)
 * Hi, it’s on the [homepage](http://wearablecollections.com/) of the website..scroll
   down and you’ll see it towards the left. It’s possible you looked when I was 
   updated the site.
    Thanks, could really use some advice on this asap as we’re
   trying to send a newsletter out today.
 *  Thread Starter [wahichu](https://wordpress.org/support/users/wahichu/)
 * (@wahichu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5313055)
 * figured it out, added:
 * srp-widget-container {
    width: 790px;
 * done.
 *  [Lievedonne](https://wordpress.org/support/users/lievedonne/)
 * (@lievedonne)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5313061)
 * Hello There,
    Seem to be experiencing the same issue. Wahichu. You found the 
   solution. Could you tell me how you fixed it?
 * Thanks in advance!
    Hans
 *  Thread Starter [wahichu](https://wordpress.org/support/users/wahichu/)
 * (@wahichu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5313071)
 * Hi Hans, I added the following code in bold below to the following file:
    wp-
   content/plugins/special-recent-posts/css/layout.css
 * It’s probably best you add this directly into the Custom CSS Editor of the plugin
   within the WP Admin area.
 * There may be a better solution out there but this works well for me, for now.
   Make the width whatever you need it but keep in mind it may affect the width 
   wherever else you place the widget. Any other suggestions are welcome.
 * **
    * ——————————– * THE POSTS CONTAINER * ——————————– */ .srp-widget-container{**
   width: 790px;** display: -webkit-box; /* OLD – iOS 6-, Safari 3.1-6 */ display:-
   moz-box; /* OLD – Firefox 19- (buggy but mostly works) */ display: -ms-flexbox;/*
   TWEENER – IE 10 */ display: -webkit-flex; /* NEW – Chrome */ display: flex; /*
   NEW, Spec – Opera 12.1, Firefox 20+ */
 *  -webkit-box-orient : vertical;
    -moz-box-orient : vertical; -webkit-flex-direction:
   column; -moz-flex-direction : column; -ms-flex-direction : column; flex-direction:
   column;
 *  -webkit-flex-wrap : nowrap;
    -moz-flex-wrap : nowrap; -ms-flex-wrap : nowrap;
   flex-wrap : nowrap; }

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

The topic ‘Posts stacking vertically with very narrow width’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [wahichu](https://wordpress.org/support/users/wahichu/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/posts-stacking-vertically-with-very-narrow-width/#post-5313071)
 * Status: not resolved