Title: impactdigital's Replies | WordPress.org

---

# impactdigital

  [  ](https://wordpress.org/support/users/impactdigital/)

 *   [Profile](https://wordpress.org/support/users/impactdigital/)
 *   [Topics Started](https://wordpress.org/support/users/impactdigital/topics/)
 *   [Replies Created](https://wordpress.org/support/users/impactdigital/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/impactdigital/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/impactdigital/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/impactdigital/engagements/)
 *   [Favorites](https://wordpress.org/support/users/impactdigital/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Firmness] Changing height of Image Slider](https://wordpress.org/support/topic/changing-height-of-image-slider/)
 *  [impactdigital](https://wordpress.org/support/users/impactdigital/)
 * (@impactdigital)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/changing-height-of-image-slider/#post-5941543)
 * If you go to APPEARANCE > CUSTOMIZE > FIRMNESS THEME OPTIONS > Choose the THEME
   IMAGE SLIDER SETTINGS.
 * At the top there is a “Image Slider Height (px)” setting. It looks like it is
   an absolute setting so it will keep that height(px) no matter what.
 * Which, is the problem I am having:
    **Is there any simple way to make this slider“
   mobile responsive”?** I found in the “firmness-customizer.php” file this highlighted
   area where it determines height – it looks like only an absolute size is what
   it is doing (px) – is there any way to set this to “auto” so it will automatically
   resize the height to fit a mobile browser?
 * > /**
   >  * Image Slider */ if ( $slider_height ) **$output .= ‘.da-slider { height:’.
   > $slider_height . ‘px;}’ . “\n”;**
   >  if ( $captions_title_color )
   >  $output .= ‘.da-slider .da-slide-wrap h2, .flexslider.
   > post-title h2 { color:’ . $captions_title_color . ‘}’ . “\n”;
   >  if ( $captions_text_color )
   >  $output .= ‘.da-slider .da-slide-wrap p, .flexslider.
   > posts-featured-details-wrapper div p { color: ‘ . $captions_text_color . ‘}’.“\
   > n”;……
 * Thanks.

Viewing 1 replies (of 1 total)