Checkoutpage collumns are under eachother + layout predifined checkout problem
-
Hello,
Without any reason the 2 columns on my checkout page are under each other.
How can I solve this problem?
My first idea was to create a new checkout using the layout function. However, if I choose a predefined layout, the elementor build page remains empty.
Greetings Ramon
Attachments:
You must be
logged in to view attached files.
Hello,
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
form.woocommerce-checkout wc-order-attribution-inputs {
order: 3;
}
This issue will also be fixed in the next theme update.
Kind Regards
Unfortunately the problem is still present despite the css code.
Sorry, try to replace the code with the following one
form.woocommerce-checkout>*:not(:is(.customer-details,.checkout-order-review)) {
order: -1;
}
Yes thank you it is working now.
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Checkoutpage collumns are under eachother + layout predifined checkout problem’ is closed to new replies.