Home › Forums › WoodMart support forum › products didn’t tile the column when I used the products carousel › Reply To: products didn’t tile the column when I used the products carousel
August 20, 2018 at 4:10 pm
#73445
Elise Noromit
Member
Hello,
It is possible to do with custom CSS:
.vc_carousel_container .element-title{
margin-left: 10px;
margin-right: 10px;
text-align: center;
}
Add this code to the Theme Settings > Custom CSS
Best Regards