Title: Responsive
Last modified: January 10, 2018

---

# Responsive

 *  Resolved [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-345/)
 * Hi Josh,
    Thanks again for the great plugin. I seem to have an issue with the
   responsiveness of the slider. It does not resize when reducing the screen width.
   Do you see anything wrong here?
 * Thanks
    Dan
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-345%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-345/#post-9852399)
 * Thanks Dan! The slideshow will scale to fit the container it’s in. Right now 
   that `.slider` container has a max width, but nothing scaling it down lower than
   that.
 * If you add percentages to the two columns, they will size fluidly like the slideshow:
 *     ```
       .hp-container .slider {
           max-width: 652px;
           height: 350px;
           float: left;
           width: 66%;
       }
       .hp-text {
           float: right;
           max-width: 318px;
           margin: 15px 0 0 10px;
           width: 32%;
       }
       ```
   
 * But they will have a fluid height as well and the theme would have to be modified
   to support rows with a fluid height so that backgrounds will resize with the 
   content.
 *  Thread Starter [Dan Stramer](https://wordpress.org/support/users/danstramer/)
 * (@danstramer)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-345/#post-9852459)
 * Thanks Josh!
    Giving the container width:100% in the media query, as you suggested
   did the trick. (I preferred not to give the containers fluid sizes, but to resize
   them via a media query)
 * Thanks again
    Dan
    -  This reply was modified 8 years, 4 months ago by [Dan Stramer](https://wordpress.org/support/users/danstramer/).
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-345/#post-9852543)
 * You’re welcome!

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

The topic ‘Responsive’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-345/#post-9852543)
 * Status: resolved