Brand image position on products listing
-
Is it possible to change badge/image position for brand ? For example to be on right side of product image (in products listing) or above other badges for discount or for new product). Thanks, Goran
Attachments:
You must be
logged in to view attached files.
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.
Hi,
its not a solution, because when user choose 2 or 4 products in columns , brand image position is not good.
Can i fix brand image in top right corner, for all styles, for grid (2,3,4 columns) and listing also ?
Hello,
Sorry to say there is no option in theme settings to change it. It requires customization and beyond our support police. It is possible with custom css to change this position. Please add the previous code in theme settings > custom css and change the value as per your requirements.
Best Regars.