Home Forums WoodMart support forum Problems with brand's logo size

Problems with brand's logo size

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

    jaspermask
    Participant

    Hello, I created a carousel with brand’s logo but I have a problem with the size, in fact whatever it is the siza of the images (I tried 180×180 and then 2400×2400) the size in the page still remain the same. How can I change that?

    Thanks for your support

    #153090

    Hello,

    In order to show the brand images as they are, add this code to the Theme Settings > Custom CSS:

    body .brands-widget .brand-item img {
        max-height: 100%;
    }

    Bides the item width influences the image height. The more items in the carousel, the less width, and height. https://gyazo.com/3fccde17d274b068c168ab8c79e38b9b

    Try different options with the Slides per view as well.

    Best Regards

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