CoorlasArchitecture Posted February 18 Share Posted February 18 Is there a CSS to "stack" all form checkboxes in mobile only, and keep the form checkboxes "Fit" on Web browser? Example Site: https://www.coorlasarch.com/design-guide Thanks in advance, Stephen Link to comment
Solution nick_sh Posted February 18 Solution Share Posted February 18 @media (max-width: 767px) { .checkbox .option { width: 100% !important; } } Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development Link to comment
CoorlasArchitecture Posted February 19 Author Share Posted February 19 13 hours ago, nick_sh said: @media (max-width: 767px) { .checkbox .option { width: 100% !important; } } Awesome - Thank you very much! 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