Home Forums WoodMart support forum Checkout is not displaying correctly – CSS

Checkout is not displaying correctly – CSS

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

    Alex
    Participant

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

    Artem Temos
    Keymaster

    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

    #558597

    Alex
    Participant

    Sounds good, the CSS code works, thanks.

    #558731

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Checkout is not displaying correctly – CSS’ is closed to new replies.