Title: Responsive wrapper
Last modified: August 21, 2016

---

# Responsive wrapper

 *  Resolved [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * (@whoaloic)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-wrapper/)
 * Hello,
    I write this in my CSS so the images in my slider will be responsive.
 *     ```
       .promo_slider {
       		max-width: 100%;
       		height: auto !important;
       		position: relmative;
       		border: red 1px solid;
       		overflow: hidden;
       	}
       		.promo_slider img{
       		max-width: 100%;
       		height: auto;
       	}
       ```
   
 * It works pretty well but my slider nav are out the image on mobile devices because
   the height: auto !important; property is not overriding the height of the propotion
   slider wrapper.
    The images are greatly scaled but the wrapper keeps the height
   of desktop media.
 * Please check this [website](http://www.signesexterieurs.com) on a mobile or with
   [screenfly](http://quirktools.com/screenfly/#u=http%3A//signesexterieurs.com&w=360&h=640&a=38&s=1)
   to see what is my issue.
 * [https://wordpress.org/plugins/promotion-slider/](https://wordpress.org/plugins/promotion-slider/)

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

 *  [joeleen](https://wordpress.org/support/users/joeleen/)
 * (@joeleen)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/responsive-wrapper/#post-4982057)
 * how did you solve this? I can’t get it working either…
 *  Thread Starter [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * (@whoaloic)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/responsive-wrapper/#post-4982058)
 * This plugin is not supported.
    I advise you to use premium plugin like revolution
   slider or master slider. Otherwise try this one: [https://wordpress.org/plugins/simple-slider-ssp/](https://wordpress.org/plugins/simple-slider-ssp/)

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

The topic ‘Responsive wrapper’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/promotion-slider.svg)
 * [Promotion Slider](https://wordpress.org/plugins/promotion-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/promotion-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/promotion-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/promotion-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/promotion-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/promotion-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/responsive-wrapper/#post-4982058)
 * Status: resolved