Changing Product Page Layout

Hi There,
Can you please send instructions on how to change the columns from 4/4 (image & info)
to 2 for the image & 6 for the info?
Thanks
Sharon

Hi Sharon,

Thank you for writing in but sorry I am not entirely certain of what you’re trying to do. Please clarify.

Are you referring to the number of products on the index shop page? There is a Shop Columns option under X > Theme Options > WooCommerce

Thanks,

Hi Friech,
I am referring to the actual product page not the shop page…
Thanks
Sharon

Hi There,

Thanks again for the confirmation and sorry for the confusion!

That need custom CSS to change the layout.

Please try this CSS to your theme option-> CSS and let us know if that helps!

.single-product .woocommerce div.product .images {
width: 28%;
}
.single-product .woocommerce div.product .summary {
    width: 68%;
}

Hope this helps!

You can do further adjustment if required.

Thanks

Thanks : )

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.