Hi @km7games
We are sincerely sorry that your checkout page is like this. In fact there is no way to solve this without doing custom code. Because this checkout page is using a woocommerce tag. We can provide you with a custom solution that will display all variation products on your check out page like this: LINK
For this you need to place some custom CSS code on your theme Customize>Additional CSS,
.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
display: block !important;
}
@media(max-width: 420px) {
.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
min-width: 190px !important;
}
}
Your site’s checkout page may also be different. If your checkout page is not correct after this code replacement then we need to check your site. Would you please check our main plugin’s landing page and reach us so that we can investigate more on your site and will try to give you the solution asap. Hope you understand.
Thanks for being with us
It worked perfectly, thank you very much.
To leave it aligned the same as yours, which function is better to make padding or margin responsive?
https://prnt.sc/_sTIUs_qlI2d
Edit: I managed to fix it, thanks WPCafe.
-
This reply was modified 3 years, 3 months ago by
km7games.
Hi @km7games,
Great! Thank you for letting us know. Feel free to reach us regarding any queries or clarifications. We are always here to assist you.
We are continuously working on improving our plugin and providing our customers with a fantastic experience. Genuine insights from customers like you will help our team to improve our plugin and help others choose the right plugin.
Thank you for your time and enjoy!
Best regards