This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hello
The thumbnail for a product added to a page using the woocommerce option in the visual composer is not the correct size and looks very squashed. It gets smaller when it is in a row with another column ( eg 1/2 + 1/2)
This seems to be happening with single product, product category, or any of the options to add products into a page or post using visual composer.
Would you have a fix I can add to the child theme?
Thanks
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.blog-post .content-article .product {
width: 100% !important;
}
Regards,
Eva Kemp.
Thank you 🙂
I added the code above to the child theme css ( my custom css is a bit dodgy due to permissions etc) and that worked perfectly!
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: adding products, image size, page, post, templates, visual composer, woocommerce, wordpress
The issue related to '‘Visual Composer Image Size – Adding Products to Page or Post’' has been successfully resolved, and the topic is now closed for further responses