• 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)
  • For help with specific site content, a link to the site/specific page is required. Without, your question is too vague to respond.

    Thread Starter joshuaocarter

    (@joshuaocarter)

    my testing site is located at joshuaocarter.com. for reference. Thanks

    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.