Home › Forums › Pro Support › Alignment in carousel › Reply To: Alignment in carousel
April 28, 2019 at 4:07 pm
#9048
Keymaster
Hi there,
Looks like a bug. Can you try this CSS?:
.slick-slide .wpsp-image-center img {
margin-left: auto !important;
margin-right: auto !important;
}