Product Brand Icon Placement and Logo Cropping Issue
-
Hello,
How can the brand icon of the product be moved to the indicated location?
Also, why is the brand logo being cropped, as shown in the picture?
Best regards,
Nikola
Attachments:
You must be
logged in to view attached files.
Hello,
01. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Desktop section
.product-labels .product-label.attribute-label:nth-child(3) {
align-self: flex-end;
margin-inline-end: 7px;
position: relative;
bottom: 70px;
left: 80px !important;
}
02. The cut you’re seeing is from the original image itself. Please check the brand logo in your Media Library — it appears cropped there as well. You may need to upload a properly sized image without any cut edges to display it correctly on the site.
Best Regards,