Home Forums WoodMart support forum Recommended size /sides ratio for brand images/logo

Recommended size /sides ratio for brand images/logo

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

    siteadmin
    Participant

    After the update to Woodmart 7.0 – > Brand images are partly visible/cuted at the shop filter widget area.
    Brand images originally cuted at 188 x 71 px, I guess the same as dummy brand images before.

    What is the best brand logo size/ratio to fit everywhere?
    Thanks.

    #413191

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custmo CSS >> Global CSS section:

    .wd-swatch :is(img,picture) {
        object-fit: contain;
    }

    Best Regards.

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