Home › Forums › WoodMart support forum › Checkout page no longer 2 Columns Checkout page no longer 2 Columns This topic has 3 replies, 3 voices, and was last updated 1 year, 3 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 3, 2024 at 3:29 pm #526436 fameadvanceParticipant Hello, since I updated to the latest version ive noticed that the layout of the checkout page is now one long column and not 2. See attached picture. Can you help please Attachments:You must be logged in to view attached files. January 3, 2024 at 3:32 pm #526439 Artem TemosKeymaster Hi, Could you please send us a link to your website where we can see this issue? Kind Regards January 3, 2024 at 9:19 pm #526563 picarcyrParticipant Hello, ok, I have the same. I’m checking everywhere since 3 hours. But it’s a bug. I’m waiting. thanks January 4, 2024 at 10:20 am #526662 Artem TemosKeymaster Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. form.woocommerce-checkout { display: flex; align-items: flex-start; flex-wrap: wrap; column-gap: 30px; } form.woocommerce-checkout > *:not(:is(.customer-details, .checkout-order-review)) { width: 100%; } form.woocommerce-checkout > *:not(:is(.customer-details, .checkout-order-review)) [role="alert"] { margin-bottom: 30px; } Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register