• Resolved nbeer93

    (@nbeer93)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ketan Patel

    (@patelketan)

    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

    (@nbeer93)

    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

    (@rafikwp)

    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.