Brands

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

    [email protected]
    Participant

    Can the brands be bigger. They are very tiny on the website

    #270849

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    Could you please elaborate what you actually want with some relevant screenshots to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #271331

    [email protected]
    Participant

    Can the brands placed bigger please. They are very small. On mobile and desktop

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .brands-items-wrapper .brand-item img {
        width: 117px;
        height: 68px;
    }

    Regards.
    Xtemos Studios.

    #271427

    [email protected]
    Participant

    Thank you

    It does not change the hight of the brands. If I change 68px to higher px it does not change. The logo’s are pulled out. Not good.

    #271707

    Hello,

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .brands-widget .brand-item img {
        max-height: 70px;
    }

    Then clear cache and check back.

    Regards.
    Xtemos Studios.

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