AXO: Add col-1 class to fix layout on the Twenty Twenty-Four theme

This commit is contained in:
Daniel Dudzic 2024-06-17 14:47:03 +02:00
parent ac3b99d776
commit b05c59c59e
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -277,10 +277,13 @@ class AxoManager {
this.el.watermarkContainer.show();
// Add class to customer details container.
this.$(this.el.axoCustomerDetails.selector).addClass('col-1');
} else {
this.shippingView.deactivate();
this.billingView.deactivate();
this.cardView.deactivate();
this.$(this.el.axoCustomerDetails.selector).removeClass('col-1');
}
if (scenario.axoPaymentContainer) {