Is it possible to reduce the height of the slideshow ?
cspgsl Hi. Yes, You can change the padding by overwritting css:
.acm-slideshow .owl-carousel .item .slider-content { padding: 124px 0; }
thanks