Hi,
at the moment the legal checkbox in our cart is between the addresses and the cart. I would like to place that just before the confirm button instead. Can you please tell me, in which file the order of the check out elements is defined?
Thank you for your help!
Best regards,
Thomas Hoffmann
Hey Thomas Hoffmann,
Can you give us a link to your site? so we can check it.
Best regards,
Nikko
Hi, thanks for your answer, the link is in private section. Best regards, Thomas
Hi koelschcard,
I see, I don’t think this is more on the plugin than for Enfold, it’s out of the scope of our support but you can try to add this css code in QUick CSS (located in Enfold > General Styling):
#order-verify {
position: relative;
}
#order-verify .wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal {
position: absolute;
bottom: 0;
}
#order-verify .shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 50px;
}
Hope this helps.
Best regards,
Nikko
Hi,
thank you very much, that helped. Working perfectly.
Best reagrds,
Thomas