Home Forums WoodMart support forum Thumbnail on Checkout Reply To: Thumbnail on Checkout

#432698

Hello,

I have checked and I see the problem is caused by the CSS of the plugin.

Please try this code to fix:

body .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-customer-info-main-wrapper {
    width: 45%;
}
body .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout .wcf-order-wrap{
	width: 50%;
}
body .wcf-embed-checkout-form .woocommerce .wcf-product-image{
display:block;
}

Please add this code to the Theme Settings > Custom CSS > General.

Best Regards