Home › Forums › WoodMart support forum › Move labels bottom › Reply To: Move labels bottom
February 13, 2024 at 7:07 pm
#539656
Hung Pham
Keymaster
Hi mobilalonamad,
Please add class to widget https://prnt.sc/Vpqv9Ut5tCbX, for e.g: exclu-products
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.exclu-products .product-labels.labels-rectangular{
bottom: 30px;
}
Regards,