Title: Make header images smaller
Last modified: May 6, 2019

---

# Make header images smaller

 *  Resolved [nbeer93](https://wordpress.org/support/users/nbeer93/)
 * (@nbeer93)
 * [7 years ago](https://wordpress.org/support/topic/make-header-images-smaller/)
 * Hi there,
 * I need to make the images in the slider header less tall, they are way too big
   at the moment.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmake-header-images-smaller%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [7 years ago](https://wordpress.org/support/topic/make-header-images-smaller/#post-11503669)
 * Hello,
 * Thanks for reaching here.
 * Please go to wp-content->theme->yourtheme->style.css file and put below CSS.
   `.
   msacwl-slider .msacwl-gallery-slider .slick-list.draggable {height: 300px !important;}`
 * Thanks,
 *  Thread Starter [nbeer93](https://wordpress.org/support/users/nbeer93/)
 * (@nbeer93)
 * [7 years ago](https://wordpress.org/support/topic/make-header-images-smaller/#post-11503819)
 * Hi,
 * I have just tried this – but it chops off half the image, is there a bigger size
   than the above CSS but still smaller than original?
 *  [Rafik](https://wordpress.org/support/users/rafikwp/)
 * (@rafikwp)
 * [7 years ago](https://wordpress.org/support/topic/make-header-images-smaller/#post-11504940)
 * Hello,
 * Please remove CSS which we have previously provided and add below CSS
 *     ```
       .msacwl-slide img.attachment-full, .msacwl-carousel-slide img.attachment-large {
       height: auto !important;
       width: auto !important;
       object-fit: unset;
       object-position: top center;
       margin: 0 auto !important;
       }
       .msacwl-carousel-slide, .msacwl-slide {height: 500px !important;}
       ```
   
 * Thanks

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

The topic ‘Make header images smaller’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meta-slider-and-carousel-with-lightbox_91aebb.
   svg)
 * [Meta Slider and Carousel with Lightbox](https://wordpress.org/plugins/meta-slider-and-carousel-with-lightbox/)
 * [Support Threads](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meta-slider-and-carousel-with-lightbox/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Rafik](https://wordpress.org/support/users/rafikwp/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/make-header-images-smaller/#post-11504940)
 * Status: resolved