Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1782685
Woocommerce single page image
Closed

Comments

  • Brenda L. Ellison started the conversation

    I can't get the Woocommerce single product image any smaller. Have tried to in the Customizer but nothing changed.

    Thanks for your help.

  •  2,699
    PenciDesign replied

    Hi,

    Can you tell me more about your question and send me screenshot about this?

    Also, please show me an URL for your single product to I can take it a look.


    Best Regards,

    PenciDesign

  • Brenda L. Ellison replied

    The page looks exactly like this - but I don't want the image to take up 50% of the width.

    http://soledad.pencidesign.com/product/twill-zip-tote/


    Have attached an example of that page with a smaller image so the text div is wider


  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 768px){
    .woocommerce div.product div.images, .woocommerce-page div.product div.images{ width: 40%; }
    .woocommerce div.product div.summary,  .woocommerce-page div.product div.summary{ width: 56%; }
    }
    

    Change values 40% and 56% to values you want. Make sure total of that 2 values is 96%


    Best Regards,

    PenciDesign

  • Brenda L. Ellison replied

    Perfect - thanks