Hello,
Please help me. How to change the height of the slideshow?
Thank you!
allanrealestateteam Hi Add this code in css/custom.css file in template and set a max height value in px
.owl-carousel .owl-item { max-height: 576px;}
Regards