• When activating Apple Pay/Google Pay on the latest update of the Stripe plugin for WooCommerce, the checkout page displays incorrectly when using the Two Column Layout setting in Astra.

Viewing 1 replies (of 1 total)
  • Hi @mstrom,

    Thank you for reporting this! We have added this to our to-do list and our developers will soon start working on it. To stay updated on our progress, I recommend keeping an eye on our changelog page. Here, you can see a record of all the updates we make.

    Meanwhile, you can add the following code to Customize > Additional CSS for a workaround:

    .ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout > * {
        width: 100%;
    }

    Kind regards,
    Aradhy ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.