atfirstblink Posted February 21, 2022 Posted February 21, 2022 Site URL: https://lordsuni.squarespace.com/apply-now site pw: lords Trying to customise the contact form and Using this code to have the email and phone fields and then the state and city fields in one line //apply now contact form #collection-6213261612ba180e9b09232d{ .field-list { display: flex; flex-wrap: wrap; } /* These will be Full Width*/ .form-item:nth-child(1), .form-item:nth-child(4), { width: 100% !important; } /* These Will Be Beside Each Other */ /* LEFT */ .form-item:nth-child(2), .form-item:nth-child(5) { width: 48% !important; margin-right: 4%; } /* RIGHT */ .form-item:nth-child(3), .form-item:nth-child(6) { width: 48% !important; } } It works for the state and city fields but not for the phone and email one. Can someone pls help.
tuanphan Posted February 23, 2022 Posted February 23, 2022 It looks like you figured it out? It looks fine to me atfirstblink 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment