Home › Forums › WoodMart support forum › Thumbnail on Checkout › Reply To: Thumbnail on Checkout
January 3, 2023 at 2:48 am
#432698
Elise Noromit
Member
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