Title: Slider thickness
Last modified: August 21, 2016

---

# Slider thickness

 *  [joshuaocarter](https://wordpress.org/support/users/joshuaocarter/)
 * (@joshuaocarter)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slider-thickness/)
 * It feels like my slider is to tall. The images are fine, but if you don’t have
   a high resolution screen the slider takes up entire page. any recommendations?
   Should I re load images at 1200 x 400 instead of 1200 x 500? Perhaps that will
   look better and fit better on a wider range of computers? I’m guess the slider
   bar will become thinner if every image is made thinner.

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

 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slider-thickness/#post-4440892)
 * For help with specific site content, a [link](http://codex.wordpress.org/Forum_Welcome#Link_to_Your_Site)
   to the site/specific page is required. Without, your question is too [vague](http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible)
   to respond.
 *  Thread Starter [joshuaocarter](https://wordpress.org/support/users/joshuaocarter/)
 * (@joshuaocarter)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slider-thickness/#post-4440901)
 * my testing site is located at joshuaocarter.com. for reference. Thanks
 *  [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * (@swansonphotos)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/slider-thickness/#post-4440958)
 * The line-height is set to 500px at line 6614, the min-height is commented out
   but not the line-height.
 *     ```
       .carousel .item {
         line-height: 500px; /* remove or change to 385px */
         overflow: hidden;
         /* min-height: 500px; */
       }
       ```
   
 * Also, review for various viewport sizes. Below is it for max-width: 1200px
 *     ```
       media="all"
       @media (max-width: 1200px)
       .carousel .item {
       line-height: 385px;
       overflow: hidden;
       min-height: 385px;
       }
       ```
   

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

The topic ‘Slider thickness’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Pioneer Web Design](https://wordpress.org/support/users/swansonphotos/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/slider-thickness/#post-4440958)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
