Title: Decrease Size of Image in Slider Section
Last modified: March 20, 2020

---

# Decrease Size of Image in Slider Section

 *  Resolved [Rogerparco](https://wordpress.org/support/users/rogerparco/)
 * (@rogerparco)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/)
 * Is there a way to decrease the size of the slider image on homepage. It takes
   up too much space. I would like visitors to see the next section without having
   to scroll down to find it.

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

 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12569876)
 * Hi [@rogerparco](https://wordpress.org/support/users/rogerparco/)
 * Thank you for writing in.
 * Please go to your Dashboard > Appearance > Customize > Additional CSS CSS and
   Add this CSS codes:
 *     ```
       .owl-carousel.owl-drag .owl-item {
           height: 355px;
       }
       ```
   
 * Please do contact us if you have any questions.
 * Regards!
 *  Thread Starter [Rogerparco](https://wordpress.org/support/users/rogerparco/)
 * (@rogerparco)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12570426)
 * That code did work as it brought the bottom margin up, however in doing so, it
   also cut off some of the text in the slider section.
 * Is there a way to horizontally center the text in the slider section?
 *  Thread Starter [Rogerparco](https://wordpress.org/support/users/rogerparco/)
 * (@rogerparco)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12570857)
 * Was able to move the text higher using:
 * .slider-content-wrap {
    padding: 0 0px 220px; }
 *  Thread Starter [Rogerparco](https://wordpress.org/support/users/rogerparco/)
 * (@rogerparco)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12570907)
 * On further review, this will not work:
 * .owl-carousel.owl-drag .owl-item {
    height: 355px; }
 * All this does is moves the sections below the slider higher. This creates more
   white space in the logo (or last section) I use.
 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12572296)
 * Hi [@rogerparco](https://wordpress.org/support/users/rogerparco/)
 * Thank you for writing back.
 * We are really sorry for the inconvenience as we were not able to catch your issue.
 * Please do let us know if you have any other issues.
 * Regards!

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

The topic ‘Decrease Size of Image in Slider Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agency-lite/1.1.7/screenshot.png)
 * Agency Lite
 * [Support Threads](https://wordpress.org/support/theme/agency-lite/)
 * [Active Topics](https://wordpress.org/support/theme/agency-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agency-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agency-lite/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/decrease-size-of-image-in-slider-section/#post-12572296)
 * Status: resolved