Title: Responsive Slider Support?
Last modified: August 20, 2016

---

# Responsive Slider Support?

 *  [Xcellence IT](https://wordpress.org/support/users/xcellenceit/)
 * (@xcellenceit)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/responsive-slider-support/)
 * Hi,
 * This is the great plugin for featured area content slider. Thanks for this.
 * There is only one thing I’m looking for is that… Can it be turned to be responsive?
   How?
 * [http://wordpress.org/extend/plugins/wp-featured-content-slider/](http://wordpress.org/extend/plugins/wp-featured-content-slider/)

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

 *  [lum1neuz](https://wordpress.org/support/users/lum1neuz/)
 * (@lum1neuz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/responsive-slider-support/#post-3143549)
 * i dont know if you figured it or not but i think you have to play with the
    content-
   slider.php in there there’s a css and i guess you can work in there 🙂 i’ll post
   about when i figure it out all
 * edit:
    to make it fluid. i made all the widths in percentage and heights to auto
 *     ```
       <style>
   
       #featured_slider {
       float: left;
       margin: 10px 0px;
       position: relative;
       background-color: #<?php $c_slider_bg = get_option('feat_bg'); if(!empty($c_slider_bg)) {echo $c_slider_bg;} else {echo "FFF";}?>;
       width: 100%;
       }
   
       #featured_slider ul, #featured_slider ul li {
       list-style: none !important;
       border: none !important;
       float: left;
       margin: 10px;
       width: 100%;
       height: auto;
       }
   
       #featured_slider .img_right {
       width: 100%;
       height: auto;
       height: auto;
       margin-left: 20px;
       }
   
       #featured_slider .img_right img {
       width: 48%;
       height: auto;
       border: 5px solid #CCC;
       }
   
       #featured_slider .content_left {
       float: left;
       color: #<?php $c_slider_text_color = get_option('text_color'); if(!empty($c_slider_text_color)) {echo $c_slider_text_color;} else {echo "333";}?>;
       width: 48%;
       }
       ```
   
 *  [gabelloyd](https://wordpress.org/support/users/alwaysbrightblue/)
 * (@alwaysbrightblue)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-slider-support/#post-3143550)
 * I ended up doing the same thing. I copied styles from the Responsive Theme (highly
   recommended theme!) so everything would match. The bummer about this method is
   if the plugin is updated, you lose everything. I was hoping I could wrap the 
   slider and have it respond that way, but it didn’t work for me.

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

The topic ‘Responsive Slider Support?’ is closed to new replies.

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

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