Home › Forums › WoodMart support forum › Brands – Switch Align-to-top for Align-to-middle › Reply To: Brands – Switch Align-to-top for Align-to-middle
January 4, 2019 at 3:36 pm
#99916
Artem Temos
Keymaster
Try to replace it with this code
.brands-carousel .owl-carousel {
display: flex;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}