LindsEli Posted March 1 Share Posted March 1 Hi! I want the answer fields for the checkboxes to be stacked side by side? I have tried a few codes but cannot get them to respond - thanks! https://familybredpuppies.squarespace.com/puppy-application Link to comment
Ziggy Posted March 1 Share Posted March 1 Add this to Custom CSS: .form-field-checkbox-layout-stack .sqs-block-form .form-item.checkbox { flex-direction: row; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
LindsEli Posted March 12 Author Share Posted March 12 On 3/1/2024 at 5:35 PM, Ziggy said: Add this to Custom CSS: .form-field-checkbox-layout-stack .sqs-block-form .form-item.checkbox { flex-direction: row; } thank you! Link to comment
LindsEli Posted March 12 Author Share Posted March 12 On 3/1/2024 at 5:35 PM, Ziggy said: Add this to Custom CSS: .form-field-checkbox-layout-stack .sqs-block-form .form-item.checkbox { flex-direction: row; } actually it is not showing on the live site (in editor mode yes ) I tried clearing my cache ?🤔 Link to comment
Solution Ziggy Posted March 12 Solution Share Posted March 12 Try with !important: .form-field-checkbox-layout-stack .sqs-block-form .form-item.checkbox { flex-direction: row !important; } MEKEnt 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
LindsEli Posted March 12 Author Share Posted March 12 2 minutes ago, Ziggy said: Try with !important: .form-field-checkbox-layout-stack .sqs-block-form .form-item.checkbox { flex-direction: row !important; } thanks! that worked 🙂 I also added a bit more at the beginning which worked as well .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-block-form .form-item.checkbox { flex-direction: row; } Ziggy and tom43654329 2 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