Title: Slider not responsive
Last modified: August 30, 2016

---

# Slider not responsive

 *  Resolved [rdillard](https://wordpress.org/support/users/rdillard/)
 * (@rdillard)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/)
 * I’m having the same issue as [https://wordpress.org/support/topic/slider-not-resizing-on-mobile-not-responsive](https://wordpress.org/support/topic/slider-not-resizing-on-mobile-not-responsive),
   and it felt like I was stepping on denieuwe30er’s interaction, so I apologize
   if creating a new topic is the wrong way to address this.
 * I have a new install of WP 4.3 and the Quest theme 1.2.2 (free version) on one
   of my dev sites. No plugins, no customizations, and the slider images are not
   responsive. I have screenshots at [http://tmmdev2.com/quest-theme.html](http://tmmdev2.com/quest-theme.html).
 * This is a beautiful theme, and I would very much like to purchase the Quest Plus
   version if you can resolve the responsive slider issue.
 * Thanks!
    Robin

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

 *  Thread Starter [rdillard](https://wordpress.org/support/users/rdillard/)
 * (@rdillard)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/#post-6516157)
 * Greetings again,
 * I think the issue is with the Fullscreen Slit Slider plugin. If you go to their
   demo site at [http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html](http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html),
   you’ll see the same result. The image height and width styles are inline styles
   to allow for the background to cover the entire text region, so the image is 
   resized to a point, and then it is just cropped.
 * It looks fine with the generic images they use in the demo, but for images like
   large portrait shots of people with no text overlay, I’m getting some really 
   ugly cropped results.
 * Thanks!
 *  Thread Starter [rdillard](https://wordpress.org/support/users/rdillard/)
 * (@rdillard)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/#post-6516301)
 * I resolved this by adding some media queries to adjust the height.
 * Unfortunately, I had to add them to the end of the FullscreenSlitSlider css file
   to get them to register, so I’ll have to reapply the changes with every update,
   but it works.
 *  Theme Author [pacethemes](https://wordpress.org/support/users/pacethemes/)
 * (@pacethemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/#post-6516372)
 * Hello,
 * Sorry for the delayed response, i was not able to respond back as i was travelling
   and had limited internet access
 * Can you please post the CSS you have added ? It will help everyone if i add them
   to the Theme file in the next release
 *  Thread Starter [rdillard](https://wordpress.org/support/users/rdillard/)
 * (@rdillard)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/#post-6516373)
 * These are the media queries I added, but they are specific to the images I’m 
   using on one web site. I’m not adding any slider text, so I didn’t have to worry
   about text overlay font size or clipping the slider text.
 * These could be tweaked a lot better, but I was on a hard deadline and had to 
   get the site live.
 * /* Media Queries for custom slider */
    /*Height proportions based on 600px defined
   in admin panel*/
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 480px)
   and (min-width: 320px) {
    .sl-slider-wrapper { height: 246px !important; } }
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 660px)
   and (min-width: 481px) {
    .sl-slider-wrapper { height: 338px !important; }
 *  .sl-slider h2 {
    font-size: 28px; }
 *  .sl-slider blockquote {
    font-size: 16px; } }
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 767px)
   and (min-width: 661px) {
    .sl-slider-wrapper { height: 409px !important; } }
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 991px)
   and (min-width: 768px) {
    .sl-slider-wrapper { height: 508px !important; } }

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

The topic ‘Slider not responsive’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quest/1.5.3/screenshot.png)
 * Quest
 * [Support Threads](https://wordpress.org/support/theme/quest/)
 * [Active Topics](https://wordpress.org/support/theme/quest/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quest/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quest/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [rdillard](https://wordpress.org/support/users/rdillard/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/slider-not-responsive-9/#post-6516373)
 * Status: resolved