Title: Responsive slider not responsive (inside Responsive Theme)
Last modified: August 20, 2016

---

# Responsive slider not responsive (inside Responsive Theme)

 *  [jl2035](https://wordpress.org/support/users/jl2035/)
 * (@jl2035)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/)
 * I already asked on Responsive theme support but they pointed me here.
 * I’m building a site and I’m having problem making this slider really responsive.
   🙂 Please help…
 * I pasted the url here: [http://pastebin.com/55TFhBDz](http://pastebin.com/55TFhBDz)
 * [http://wordpress.org/extend/plugins/responsive-slider/](http://wordpress.org/extend/plugins/responsive-slider/)

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

 *  Plugin Author [Griden](https://wordpress.org/support/users/griden/)
 * (@griden)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/#post-3503443)
 * The container(s) around the slider is not flexible (responsive) – its width is
   fixed. Check these parts from the theme CSS:
 *     ```
       #j_promo .j_promoin {
           height: 206px;
           display: block;
           margin-left: auto;
           margin-right: auto;
           width: 960px;
           padding-top: 22px;
       }
   
       .responsive-slider.flexslider {
           margin-bottom: 0;
           width: 960px;
           ....
       }
       ```
   
 *  Thread Starter [jl2035](https://wordpress.org/support/users/jl2035/)
 * (@jl2035)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/#post-3503466)
 * I’m not quite there, but I think I made some progress… thank you
 *  Plugin Author [Griden](https://wordpress.org/support/users/griden/)
 * (@griden)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/#post-3503486)
 * The problem is caused by those fixed pixel widths – 960px. I think if you replace**
   960px** with **100%** (or any other percentage value), that would solve the issue.
 *  Thread Starter [jl2035](https://wordpress.org/support/users/jl2035/)
 * (@jl2035)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/#post-3503489)
 * The problem is that if I replace 960px with 100% than the slider moves to the
   left side of the screen…

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

The topic ‘Responsive slider not responsive (inside Responsive Theme)’ is closed
to new replies.

 * ![](https://ps.w.org/responsive-slider/assets/icon-256x256.png?rev=1429699)
 * [Responsive Slider](https://wordpress.org/plugins/responsive-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-slider/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [jl2035](https://wordpress.org/support/users/jl2035/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-not-responsive-inside-responsive-theme/#post-3503489)
 * Status: not resolved