Title: Post Carousel Widget &#8211; responsive
Last modified: August 30, 2016

---

# Post Carousel Widget – responsive

 *  Resolved [Antena](https://wordpress.org/support/users/antena/)
 * (@antena)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/)
 * How to make Post Carousel Widget to be responsive?
    I have row 100% and Post 
   Carousel Widget in it, and posts in widget are always the same. Must I do that
   alone in css, or something else?
 * Thanks
 * [https://wordpress.org/plugins/so-widgets-bundle/](https://wordpress.org/plugins/so-widgets-bundle/)

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

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356169)
 * Hi [@antena](https://wordpress.org/support/users/antena/)
 * Thanks for reporting this. Please try the following to resolve:
 *     ```
       /* SiteOrigin Carousel Widget */
   
       @media screen and (max-width: 600px)
       .sow-carousel-title a.sow-carousel-next {
           display: block !important;
       }
   
       @media screen and (max-width: 600px)
       .sow-carousel-title a.sow-carousel-previous {
           display: none !important;
       }
       ```
   
 * The above CSS should be inserted into a Custom CSS plugin or child theme style.
   css file.
 * Let us know how that goes.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356170)
 * Whoops, that should have been:
 *     ```
       /* SiteOrigin Carousel Widget */
   
       @media screen and (max-width: 600px) {
       	.sow-carousel-title a.sow-carousel-next {
       	    display: block !important;
       	}
       }
   
       @media screen and (max-width: 600px) {
       	.sow-carousel-title a.sow-carousel-previous {
       	    display: none !important;
       	}
       }
       ```
   
 *  [cigrid](https://wordpress.org/support/users/cigrid/)
 * (@cigrid)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356258)
 * hi there,
 * I have the same issue with this widget and wonder how one gets the breaking points
   into it?
 * The code above seems to entirely remove it from mobile, also it is not doing 
   anything on my end.
 * Please advise, responsive should be a standard.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356259)
 * Hi [@cigrid](https://wordpress.org/support/users/cigrid/)
 * Thanks for reaching out. Do you have a link available so we can view the problem?
 *  [cigrid](https://wordpress.org/support/users/cigrid/)
 * (@cigrid)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356260)
 * hey,
    thanks for getting back. I believe it works now?
 * Another issue meanwhile:
    I would like to change the loading of the posts. Currently
   it only loads the next few posts once the last one almost falls of the page. 
   How can i change this to load immediately the next one, when someone clicks the
   arrow.
 * my client pointed out rightly, that it otherwise looks as if there was no content
   left.
 * thanks for your help!
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356261)
 * Thanks for your feedback. This has been raised before, it’s something we’ll hopefully
   resolve in the medium term. Unfortunately, for the short term there isn’t any
   setting or hotfix that I can pass on that’ll change this behaviour.
 *  [cigrid](https://wordpress.org/support/users/cigrid/)
 * (@cigrid)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356262)
 * Would medium term mean in the next weeks or months? I will need to give my client
   an answer… we want to launch tomorrow.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356263)
 * Unfortunately, given the team’s current workload it would be months. You could
   perhaps seek out another carousel widget if this is an improvement you wanted
   to make right away:
 * [https://wordpress.org/plugins/search.php?q=carousel+widget](https://wordpress.org/plugins/search.php?q=carousel+widget)
 *  Thread Starter [Antena](https://wordpress.org/support/users/antena/)
 * (@antena)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356264)
 * CSS solution is just fine. Problem solved. Thank you. I’m sorry that my answer
   was not immediately arrived.
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356265)
 * Glad that helped 🙂

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

The topic ‘Post Carousel Widget – responsive’ is closed to new replies.

 * ![](https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862)
 * [SiteOrigin Widgets Bundle](https://wordpress.org/plugins/so-widgets-bundle/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/so-widgets-bundle/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/so-widgets-bundle/)
 * [Active Topics](https://wordpress.org/support/plugin/so-widgets-bundle/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/so-widgets-bundle/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/so-widgets-bundle/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/post-carousel-widget-responsive/#post-6356265)
 * Status: resolved