Hi, I would like the content to fill up entire screen on center.
WooCommerce suggsted this code which I have placed in the Quick CSS but not much is happening.
/*Expands column width for product in woocommerce*/
.single-product .product .summary { width: auto; }
Page in question is https://sos-safetyonlineschool.com/product/ticket-removal/
Any suggestions on changing the code for enfold theme?
Thanks
Ron Mann
Hey ronmann,
If you are not using product images, please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product-main-image {
display: none;
}
Best regards,
Yigit
Hey Yigit,
Perfect. This did it.
Thanks so much,
Ron