Home Forums WoodMart support forum Brand image issues in screen upto 1024

Brand image issues in screen upto 1024

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

    metuza
    Participant

    Hello,

    Brand images in single product get streched in width if image is square. Checked CSS and found that there is set a “max-height 36px” upto 768 screen and “max-width 45px” upto 1024 screen together with the global “max-width 90px” the images is beeing stretced.

    You should complete the “max-height: 36px” and “max-height: 45px” with “width: auto” which will solve the problem.

    Brgds
    Rune

    #125597

    Hello,

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

    body .product-image-summary .woodmart-product-brands img {
          max-height: none;
    }

    We shall fix this in our nearest update.

    Best Regards

    #125600

    metuza
    Participant

    You must use “width: auto” because otherwise the image gets damn big in the little mobile device. The max-height of 36px is high enough.

    #125715

    Hello,

    Please provide your site admin access to the private area and product URL with the problem.

    Best Regards

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