Home Forums WoodMart support forum Checkout page no longer 2 Columns

Checkout page no longer 2 Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #526436

    fameadvance
    Participant

    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.
    #526439

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #526563

    picarcyr
    Participant

    Hello,
    ok, I have the same.
    I’m checking everywhere since 3 hours.
    But it’s a bug.
    I’m waiting.
    thanks

    #526662

    Artem Temos
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)