BeaCG Posted July 31 Share Posted July 31 Hey everyone, I do I go from the template form to a two column form with a border on the bottom only form. Can't seem to find the code to do that... Thank you so much! Link to comment
Ziggy Posted July 31 Share Posted July 31 Try this Custom CSS to start for two columns: @media only screen and (min-width:1000px) { .field-list .field:nth-child(odd) { width: 48% !important; float: left !important; z-index:99999; } .field-list .field:nth-child(even) { width: 48% !important; float: right !important; z-index:99999; } } .form-field-shape-square.form-field-border-all .sqs-block-form .form-item input, .form-field-shape-square.form-field-border-all .sqs-block-form .form-item textarea { border-width:0px; border-bottom:2px solid #000; } .form-wrapper .field-list input, .form-wrapper .field-list textarea, .form-wrapper .field-list input:focus, .form-wrapper .field-list textarea:focus { background: transparent !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
BeaCG Posted July 31 Author Share Posted July 31 The borders look good, however the columns get a little crumped with all the info. But with work it can be a great solution! No that I have the content directly on the background I wanted to change the input color and apply the line to boxes also Link to comment
Ziggy Posted July 31 Share Posted July 31 15 minutes ago, BeaCG said: The borders look good, however the columns get a little crumped with all the info. If you want a 2 column form then you'll want a wider form generally. 15 minutes ago, BeaCG said: But with work it can be a great solution! Yep, that code gives you a good start. If you need any specific help with changes and design, let me know. tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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