Home › Forums › WoodMart support forum › Brand image position on products listing › Reply To: Brand image position on products listing
November 27, 2023 at 5:24 pm
#516011
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add following custom css code in Theme settings > Custom CSS > Custom CSS for Desktop
.product-labels .label-with-img {
left: 180px;
position: relative;
bottom: 40px;
}
Best Regards.