Comments 2Kwells1979 started the conversationMay 6, 2017 at 10:50amwhen displaying the checkout page on an iPad where is an issue with the Coupon section. The button to apply the code appears off the screen, see attached screenshots. On the iphone it's fine.[deleted] repliedMay 8, 2017 at 10:09amHi,Can you please add this CSS: @media screen and (max-width: 768px) { .coupon-env .coupon { left: auto; right: 0 }}This should solve your issue. Sign in to reply ...
when displaying the checkout page on an iPad where is an issue with the Coupon section. The button to apply the code appears off the screen, see attached screenshots. On the iphone it's fine.
Hi,
Can you please add this CSS:
This should solve your issue.