RobertTom6565 Posted August 5, 2020 Share Posted August 5, 2020 Site URL: https://haystackd.squarespace.com/ Hello there- I'm kindly asking for some help formatting the newsletter block for mobile in SquareSpace 7.1. I like the way the block is currently formatted for desktop and it would be great to maintain the same side-by-side positioning of the button and email field in mobile. Despite numerous attempts via CSS, I've had no luck getting the block to remain on a single line when converting to mobile. I've attached an image which shows what I'm ultimately looking to achieve via mobile display below. Thanks! Site URL: https://haystackd.squarespace.com/ Password: needhelp1 jessmileur 1 Link to comment
jessmileur Posted August 27, 2020 Share Posted August 27, 2020 I'm looking for the same answer! Any luck outside of the forum? Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 Hi @RobertTom6565 Password is wrong. Please check it. Best Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 32 minutes ago, jessmileur said: I'm looking for the same answer! Any luck outside of the forum? Hi, Please share your website URL. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
marianaalvarado Posted November 10, 2020 Share Posted November 10, 2020 Agreed! Would love some help with this. My site is here. Scroll all the way to the bottom to find the newsletter block. On desktop the newsletter block looks great but the whole thing is too long for mobile/tablet. I want to scale back so it's more responsive and matches the sizing of mobile/tablet. And on tablet, the text is weirdly shifted to the right. Let me know if this isn't clear. Below is the CSS I currently have to format the text sizing. Thanks! .newsletter-block .newsletter-form-header-title { font-family: adobe-garamond-pro; font-size: 70px; font-weight: 700; letter-spacing: -0.02em; line-height: 1em; text-transform: none; } .newsletter-block .newsletter-form-header-description p { font-family: adobe-garamond-pro; font-size: 24px; line-height: 1.65em; } .newsletter-block .newsletter-form-button { font-family: din-condensed-web; letter-spacing: 0.1em; } Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 On 11/10/2020 at 7:50 AM, marianaalvarado said: Agreed! Would love some help with this. My site is here. Scroll all the way to the bottom to find the newsletter block. On desktop the newsletter block looks great but the whole thing is too long for mobile/tablet. I want to scale back so it's more responsive and matches the sizing of mobile/tablet. And on tablet, the text is weirdly shifted to the right. Let me know if this isn't clear. Below is the CSS I currently have to format the text sizing. Thanks! Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#newsletter-copy h2 { font-size: 30px; } section#newsletter-copy .newsletter-form-header-description * { font-size: 17px !important; } section#newsletter-copy .newsletter-form-header { width: 100%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
marianaalvarado Posted November 11, 2020 Share Posted November 11, 2020 Thanks, @tuanphan! This worked for mobile, but not quite for tablet. Any work around? Thanks! Link to comment
tuanphan Posted November 12, 2020 Share Posted November 12, 2020 15 hours ago, marianaalvarado said: Thanks, @tuanphan! This worked for mobile, but not quite for tablet. Any work around? Thanks! edit 640px to 900px Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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