Hi.
Add your own class name in addon settings.
Set height value in each breakpoint as you need
@media (max-width: 1399.98px) {
.YOUR_CLASS .sppb-carousel-extended-outer-stage {
height: 400px !important;
}
}
@media (max-width: 1199.98px) {
.YOUR_CLASS .sppb-carousel-extended-outer-stage {
height: 400px !important;
}
}
@media (max-width: 991.98px) {
.YOUR_CLASS .sppb-carousel-extended-outer-stage {
height: 400px !important;
}
}
@media (max-width: 767.98px) {
.YOUR_CLASS .sppb-carousel-extended-outer-stage {
height: 400px !important;
}
}
@media (max-width: 575.98px) {
.YOUR_CLASS .sppb-carousel-extended-outer-stage {
height: 400px !important;
}
}