KHS Posted December 15, 2022 Share Posted December 15, 2022 (edited) Hi there I am having issues with my newsletter block getting cut off when I resize my browser (Starting around 1000px). It seems to be going outside the margins. Is there a way to fix this or is there a proper way to make the footer items stack earlier? Thanks! Website: sisterseasons.com Edited December 16, 2022 by ct3 Link to comment
bycrawford Posted December 16, 2022 Share Posted December 16, 2022 You could try @media screen and (max-width: 1000px) { .newsletter-block { transform: scale(0.7); } } And then adjust to your needs. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 Speedrun your first $100k as a Squarespace designer: sixfiguredesign.club📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
KHS Posted December 16, 2022 Author Share Posted December 16, 2022 (edited) Thanks for your response @bycrawford sadly this issue is still happening when scaling my browser. Do you know any other fixes that could help? it's only happening to the form in the footer which is strange. Edited December 16, 2022 by ct3 Link to comment
bycrawford Posted December 17, 2022 Share Posted December 17, 2022 18 hours ago, ct3 said: Thanks for your response @bycrawford sadly this issue is still happening when scaling my browser. Do you know any other fixes that could help? it's only happening to the form in the footer which is strange. Maybe try reducing the width? @media screen and (max-width: 1000px) { .newsletter-block { width: 50px !important; } } And adjust as needed. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 Speedrun your first $100k as a Squarespace designer: sixfiguredesign.club📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. 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