HomeownerHQ Posted October 26 Share Posted October 26 Hi, I'm looking to make the width of my newsletter form the same as it's adjusted to, including the button. The page is homeownerhq.co/freebies. Thank you! Chelsey Link to comment
Ziggy Posted October 27 Share Posted October 27 This isn't a perfect solution, but you can try it out: // newsletter button - Freebies page #collection-652ae1bf0b2e0d39da659dc3 { @media only screen and (min-width:768px) { .sqs-block-newsletter .newsletter-form-button { width: 306px !important; } } @media only screen and (max-width:767px) { .sqs-block-newsletter .newsletter-form-button { width: 288px !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
HomeownerHQ Posted October 28 Author Share Posted October 28 Thanks Ziggy. I played around with changing the px sizes but only the button changed. Is there a way to change the width of the form blocks? Link to comment
Ziggy Posted October 30 Share Posted October 30 So you want all of the fields to not have a maximum width, but be constrained by the block bounds? That would probably work for the fields with Custom CSS, but may be harder to get working consistently for the button. 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