Home Forums WoodMart support forum Checkoutpage collumns are under eachother + layout predifined checkout problem

Checkoutpage collumns are under eachother + layout predifined checkout problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #558450

    ramondobma
    Participant

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

    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

    #558473

    ramondobma
    Participant

    Unfortunately the problem is still present despite the css code.

    #558476

    Artem Temos
    Keymaster

    Sorry, try to replace the code with the following one

    form.woocommerce-checkout>*:not(:is(.customer-details,.checkout-order-review)) {
    	order: -1;
    }
    #558505

    ramondobma
    Participant

    Yes thank you it is working now.

    #558513

    Artem Temos
    Keymaster

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

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

The topic ‘Checkoutpage collumns are under eachother + layout predifined checkout problem’ is closed to new replies.