Hello there, Happy Xmas for everyone! :)
Currently I would like to make 2 columns checkout page since there is no reason for people to scroll down so much. I searched Enfold forum but couldn’t find any help. Is there a way to solve this?
Hey mantas0527,
Try adding this css code in QUick CSS (located in Enfold > General Styling):
#top.page-id-449 form.checkout.woocommerce-checkout #customer_details {
width: 48%;
}
#top.page-id-449 form.checkout.woocommerce-checkout #customer_details .col-1 {
float: none;
width: 100%;
}
#top.page-id-449 form.checkout.woocommerce-checkout #order_review,
#top.page-id-449 form.checkout.woocommerce-checkout #order_review_heading {
clear: none;
float: right;
width: 48%;
}
Best regards,
Nikko