Okay
  Public Ticket #1161269
Issue with checkout page layout
Closed

Comments

  •  2
    Kwells1979 started the conversation

    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.

  • [deleted] replied

    Hi,

    Can you please add this CSS:

    @media screen and (max-width: 768px) {
    .coupon-env .coupon {
    left: auto;
    right: 0
    }
    }
    This should solve your issue.