Home › Forums › Pro Support › Need help with Carousel › Reply To: Need help with Carousel
August 3, 2019 at 7:47 pm
#10588
Keymaster
Give this a shot:
#wpsp-299 .slick-track {
display: flex;
}
#wpsp-299 .slick-slide {
float: none;
height: auto;
}