kaitschmidek Posted January 7, 2022 Share Posted January 7, 2022 Site URL: https://kait-schmidek-new.squarespace.com/ I'm trying to adjust the width of newsletter forms fields in the stack design layout. I'd like them to span the full width of the newsletter container on desktop. Right now they look to be filling up about half of the container. URL: https://kait-schmidek-new.squarespace.com/ Site password: Kait Scroll down to the bottom of the page and the form appears under "Website Content Worksheet" Thank you! Link to comment
tuanphan Posted January 8, 2022 Share Posted January 8, 2022 Add to Design > Custom CSS /* Home newsletter */ body.homepage { .newsletter-form-fields-wrapper.form-fields { width: 100% !important; display: block !important; } .newsletter-form-fields-wrapper.form-fields>* { max-width: 100% !important; } .newsletter-form-field-wrapper { width: 100% !important; max-width: 100% !important; } .newsletter-form-button { width: 100% !important; }} LoftyDevs-Website-Designer 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
kaitschmidek Posted January 14, 2022 Author Share Posted January 14, 2022 @tuanphan Amazing! Exactly what I was looking for. tuanphan 1 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