Home Forums WoodMart support forum Product Brand Icon Placement and Logo Cropping Issue

Product Brand Icon Placement and Logo Cropping Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #692679

    ivoltbg
    Participant

    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.
    #692774

    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,

Viewing 2 posts - 1 through 2 (of 2 total)