Responsive bs-carousel with hero headers

Regarding: bootsnipp.com/snippets/featured/responsive-bs-carousel-with-hero-headers

How can I adjust the height? I love this but I can't figure out how to make adjust it down a bit.

codergirl18 () - 6 years ago - Reply 0


you can tray change this classes:

.fade-carousel {

position: relative;

height: "your height";

}

.fade-carousel .carousel-inner .item {

height: "your height";

}

.fade-carousel .slides .slide-1,

.fade-carousel .slides .slide-2,

.fade-carousel .slides .slide-3 {

height: "your height";

background-size: cover;

background-position: center center;

background-repeat: no-repeat;

}

mvbrito () - 6 years ago - Reply 0