Home Forums WoodMart support forum Brands Element

Brands Element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #354936

    IanB
    Participant

    I have setup a page for displaying the Brands element with the columns set to display 4?

    How do I make the brand images reduce to a certain size so they are all equal size. As currently some images are larger than others within the brand space and fill this..

    #355012

    Hello,

    Please elaborate what you require with the help of some relevant screenshots and also provide the URL of the page to check it myself and help you out accordingly.

    Best Regards

    #355013

    IanB
    Participant

    Link sent.
    Meaning how do I reduce the image size or restrict the brand image size to a certain size ?

    #355041

    Hello,

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

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

    Best Regards

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