This topic has 5 replies, 2 voices, and was last updated 1 years, 3 months ago ago by MagineM
Hi,
What is the best way of changing the columns widths on the single product page in Legenda? Currently it seems to be set to 50/50 setup. I want to change it to 70/30 or something like that.
Hello, MagineM,
Thank you for getting in touch with us.
Try to add the next code in Theme Options > Custom CSS > Custom CSS for desktop:
.single-product .content-area .span7 {
width: 70%;
}
.single-product .content-area .span5 {
width: 25%;
}
Kind Regards,
8theme team
Hi,
Thanks for the reply. I eventually changed the span value in the template. The original value was span6 / span6. So I changed it to span7 / span5. This seems to have done the trick.
Hello, MagineM,
Is there anything else we can help you with?
Kind Regards,
8theme team
That’s all. Thank you.
Tagged: column width, customize, layout, single-product page, theme, woocommerce, wordpress
The issue related to '‘Change width of columns on single product page’' has been successfully resolved, and the topic is now closed for further responses