Home Forums WoodMart support forum Product image – smaller then small

Product image – smaller then small

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

    kodkodak
    Participant

    Hello, i want to have my product image smaller, then option SMALL is. Actually on large sdevice it has col-lg-4, i need it as col-lg-3. Can i ask u where i find php file where i can overwrite this? Thanks, look at attachments

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

    Hello,

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

    .single-product-page .product-images.col-lg-4 {
       -ms-flex: 0 0 25%;
       flex: 0 0 25%;
       max-width: 25%;
    }
    
    .single-product-page .entry-summary.col-lg-8 {
       -ms-flex: 0 0 75%;
       flex: 0 0 75%;
       max-width: 75%;
    }

    Best Regards

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