wolfha Posted September 3, 2020 Share Posted September 3, 2020 Site URL: https://www.economichire.com/request-staff I want to line up fields in my form. I want it to be position type next to job function, position hiring for next to zip code, and email next to business phone. I know its a matter of custom css but nothing I have found so far is working. Any help is greatly appreciated. Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Add to Request Talents Page Settings > Advanced > Header (If you use Personal Plan > Add Code BLock) <style> .form-wrapper .field-list .field:nth-child(-n+5) { width: 45%; margin-right: 2%; float: left; } .form-wrapper .field-list .field:nth-child(6) { clear: left !important; width: 100%; } </style> 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.