rooo Posted October 13, 2022 Share Posted October 13, 2022 I'd like to know how to make my contact form to format it to be 2-columns. Link to comment
tuanphan Posted October 17, 2022 Share Posted October 17, 2022 Can you share link to page where you use form? We can check easier 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
rooo Posted October 19, 2022 Author Share Posted October 19, 2022 I was able to fix it with this code: /* These will be Full Width*/ .form-item:nth-child(7) { width: 100% !important; } /* These Will Be Beside Each Other */ /* LEFT */ .form-item:nth-child(1), .form-item:nth-child(3), .form-item:nth-child(5), .form-item:nth-child(8) { width: 48% !important; margin-right: 4%; } /* RIGHT */ .form-item:nth-child(2), .form-item:nth-child(4), .form-item:nth-child(6), .form-item:nth-child(9) { width: 48% !important; } } thank you very much 🙂 tuanphan 1 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