Title: Responsive
Last modified: August 21, 2016

---

# Responsive

 *  Resolved [division123](https://wordpress.org/support/users/division123/)
 * (@division123)
 * [13 years ago](https://wordpress.org/support/topic/responsive-41/)
 * Great plugin works a treat! Just wondering if there were any plans to make this
   fully responsive rather than set the width in pixels?
 * [http://wordpress.org/extend/plugins/logo-slider/](http://wordpress.org/extend/plugins/logo-slider/)

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

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [13 years ago](https://wordpress.org/support/topic/responsive-41/#post-3782689)
 * Yep, definitely doing this for next release. No exact date on that yet sorry (
   working on a few of my other plugins at the moment) but will get to it as soon
   as I can.
 *  [ianwp](https://wordpress.org/support/users/ianwp/)
 * (@ianwp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782815)
 * Hi Maeve! Wondering if you have any info about this.
    Thanks!
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782816)
 * Sorry no concrete release date at present. In the meantime you could do it by
   finding any fixed px widths in the plugin css and switching for %. Bit crude,
   but actually I think this would do the job in 90% of cases.
 *  [gdolenc](https://wordpress.org/support/users/gdolenc/)
 * (@gdolenc)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782856)
 * Yes, that is exactly what I did. I have changed the CSS at the bottom of logo-
   slider.php in three rows – replace ‘width:<?php echo $wp_logo_slider_settings[‘
   slider_width’]; ?>px;’ with ‘width:100%;’
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782857)
 * [@gdolenc](https://wordpress.org/support/users/gdolenc/) – did those updates 
   make it fully responsive for you?
 *  [mikkelsvold](https://wordpress.org/support/users/mikkelsvold/)
 * (@mikkelsvold)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782863)
 * Hi!
 * I was wondering if there is any possiblity to make my slider not-responsive. 
   That means so it keeps it’s proportions no matter the screensize. I would however
   prefer if it “jumps” down the site, like every other thing, when scaling the 
   screen.
 * My issue is simply, that my site get too long, when viewing it on e.g. a phone,
   because the slider frames take up so much space.
 * Thanks 🙂
 * /Mikkel
 *  [beccarebs](https://wordpress.org/support/users/beccarebs/)
 * (@beccarebs)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782871)
 * I’ve been able to make this responsive by overriding the CSS styles.
 * When you do have the time to make it responsive it would be great if at the phone
   sizes it would automatically show one logo at a time. Currently if you set a 
   number of images per slide it will continue to do that at the smaller screen 
   sizes, which leads to several logos being hidden.
 *  [april](https://wordpress.org/support/users/aprilmaynard/)
 * (@aprilmaynard)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782879)
 * I just added this to my style.css for my theme and it made the slider responsive:
 *     ```
       #logo-slider {
       max-width: 100%;
       }
       ```
   
 * I haven’t checked it extensively, but it appears to be working, so far.
 * If you’re still having issues, put your slider inside a div and style that to
   be responsive, as shown above.
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782881)
 * Hi All, please update to the newest version of the plugin version 1.4 released
   today. It is fully responsive. 🙂 Any issues, let me know.
 *  [indira14](https://wordpress.org/support/users/indira14/)
 * (@indira14)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782882)
 * Just updated and it’s not responsive for me. I want it to have a 100% width but
   it’s not working! What should I insert into the width input field?
 * When I look in the source code, the width is hardcoded in the ul > li
 * position: absolute; top: 0px; left: -450px; display: none; z-index: 3; opacity:
   1; width: 450px; height: 219px;
 *  [Adhitya Fernando](https://wordpress.org/support/users/adhitya-fernando/)
 * (@adhitya-fernando)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782883)
 * Yes, the recent update, for me is not fully responsive. The slider display differently
   if we use different browser, and different device such as in mobile. It doesn’t
   disply properly in right position.
    See [my site](http://www.adhityafernando.com)
   as example.

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

The topic ‘Responsive’ is closed to new replies.

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

 * 11 replies
 * 9 participants
 * Last reply from: [Adhitya Fernando](https://wordpress.org/support/users/adhitya-fernando/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/responsive-41/#post-3782883)
 * Status: resolved