Checkout is not displaying correctly – CSS
-
Hello, my checkout form is not displaying correctly after update, it is not full width. I can see if I remove the css flex-wrap value it goes back to normal.
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
Sounds good, the CSS code works, thanks.
You are welcome. Feel free to contact us if you have any further questions.
The topic ‘Checkout is not displaying correctly – CSS’ is closed to new replies.