Hi, into checkout page I’ve coupon block issue, it take mobile media query and don’t get correct width on desktop.
See private content
Thanks
This topic has 3 replies, 2 voices, and was last updated 2 weeks, 5 days ago ago by Tony Rodriguez
Hi, into checkout page I’ve coupon block issue, it take mobile media query and don’t get correct width on desktop.
See private content
Thanks
Hello, @Mauro,
Thank you for contacting us and for using XStore.
Please try to add the next custom CSS Code in XStore > Theme Options > Theme Custom CSS > Global CSS
@media only screen and (max-width: 767px) {
form.checkout:has(.etheme-elementor-cart-checkout-page-wrapper.flex) [class*=-separated] .etheme-elementor-cart-checkout-page-coupon{
width: calc(100% - var(--column-proportion, 40%) - var(--cols-gap, 30px));
}
}
We hope this helps.
If the issue persist, Please provide your site wp-admin access in private content area so we can take a closer look at your settings and help you.
Best regards,
The 8Theme Team
Dear Mauro,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Coupon block layout issue on checkout page’' has been successfully resolved, and the topic is now closed for further responses