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 2 replies, 2 voices, and was last updated 2 hours, 22 minutes 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
You must be logged in to reply to this topic.Log in/Sign up