Home › Forums › Basel support forum › Checkout Fields Checkout Fields This topic has 1 reply, 2 voices, and was last updated 5 years, 9 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 10, 2019 at 11:40 pm #162551 fabiowebParticipant Hello is it possible to display all checkout fields in 2 columns like name and surname? https://ibb.co/T2MhTK2 Thanks December 11, 2019 at 2:22 pm #162749 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Desktop: .woocommerce-billing-fields__field-wrapper { display: flex; flex-wrap: wrap; align-items: flex-end; margin-left: -10px; margin-right: -10px; } .woocommerce-billing-fields__field-wrapper > p { flex-basis: 50%; width: auto; min-width: 50%; flex-grow: 1; padding-left: 10px; padding-right: 10px; } Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register