Home Forums WoodMart support forum Brand Images are too large on product page

Brand Images are too large on product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #318164

    [email protected]
    Participant

    As you can see, the Brand Image on the Single Product page, appears very large.
    This damages the ux of the website.

    How can I fix this?

    Attachments:
    You must be logged in to view attached files.
    #318203

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .pwb-single-product-brands.pwb-clearfix .wd-lazy-load {
        width: auto;
    }

    Regards.
    Xtemos Studios.

    #318420

    [email protected]
    Participant

    Problem fixed but now the Brand Image on BRAND tab shows very big.

    How can this become smaller too?

    #318463

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div#tab-pwb_tab-content .wd-lazy-load {
        width: auto;
    }

    Regards.
    Xtemos Studios.

    #352322

    [email protected]
    Participant

    Hello.

    The problem appeared again.
    The image Brand in the single product page is too big.

    I used the code that you gave me but it still shows too big.

    The code on the site is:

    .pwb-single-product-brands.pwb-clearfix .wd-lazy-load {
    width: auto;
    }
    div#tab-pwb_tab-content .wd-lazy-load {
    width: auto;
    }

    Attachments:
    You must be logged in to view attached files.
    #352435

    Hello,

    The issue is not appearing on my end. The CSS is working fine.

    Screenshot for Clarification: https://gyazo.com/09e3fe98592175a83ab4578b6fa07fab

    Please clear cache and check back.

    Best Regards

Tagged: 

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