wolfha Posted September 3, 2020 Share Posted September 3, 2020 (edited) 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. Edited September 3, 2020 by wolfha 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment