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 topic ‘Change width of columns on single product page’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.