Okay
  Public Ticket #1822797
Large Product Image Sizes with Woo Composite Ext
Closed

Comments

  • Brian Carpenter started the conversation

    Hi, I'm using Woo Commerce Composite Products plugin and the product images in the component sections are taking up a full page.  

    I've switched to a basic storefront theme to test, and when using Storefront, the images are scaled appropriately.


  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .bundled_product_summary .bundled_product_images img {
        max-width: 75px !important;
    }
    .woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
        width: 20% !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Brian Carpenter replied

    Thanks Tahir.  Worked perfectly.