Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter babbsela

    (@babbsela)

    Found the answer!

    Add this to your custom css file:

    .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {width: 22% !important;}

    Then change the width of the summary section:

    div.summary { float:right; width:68% !important; margin-right:15px;}

    I added the right margin to make space between the summary and the right sidebar. You may not need it. You can also adjust the width of each as need.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change column width of product image’ is closed to new replies.