Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #845730

    Hello, how do I change size of the image on single product page? I would like image on the left and text on the right to be same width – 50/50. Is that possible?

    Site – http://thermoprint.comadev.noc.lv/product/demo-2/

    I’ve tried some custom CSS, but no luck

    #846257

    Hey vadikcoma,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product-main-image.alpha {
      min-width: 528px;
      width: auto;
    }
    .flex-viewport {
      min-height: 528px;
      height: auto;
    }
    .woocommerce-product-gallery__image.flex-active-slide {
        min-width: 528px;
      width: auto;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #846347

    Thanks! Works great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change image size on single product page’ is closed to new replies.