Home Forums WoodMart support forum Problems with brands in single product

Problems with brands in single product

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #632363

    dragonoycontact
    Participant

    Hi there, after the latest update the brand logo in every single product is on the left instead of centered, i dont understand why its happening, in the settings i choose centered and i already deactivated all plugins and still the same.
    Please help

    #632366

    dragonoycontact
    Participant

    ok i managed to center it but the brand logos are way too big, i have this custom css in woodmart settings:
    .website-wrapper .product-image-summary .wd-product-brands img {
    max-width: 150px;
    }

    .popup-quick-view .product-quick-view .wd-product-brands img {
    max-width: 150px;
    }

    but it appears not to work
    please help

    #632466

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .wd-product-brands img {
        max-width: 100px !important;
    }

    Best Regards

    #633288

    dragonoycontact
    Participant

    Thank you, can you please tell me how i can change the size of the brand logos in the quick view option? both on desktop and mobile, i attached a screenshot

    #633482

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .popup-quick-view .product-quick-view .wd-product-brands img {
            max-width: 150px !important;
    }

    Best Regards

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