Jump to content

How to stack the Newsletter button ABOVE the email address input field ?

Recommended Posts

2 hours ago, cyborg said:

Site URL: https://liosan.ink

How to stack the Newsletter button ABOVE the email address input field instead of below? 

Screen Shot 2022-01-05 at 3.27.48 AM.png

You can try in Home > Design > Custom Css

@media only screen and (max-width: 767px) {
	section[data-section-id="61d538438c34fa297b32653a"] {
		.newsletter-form {
			.newsletter-form-body {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
			}
			.newsletter-form-fields-wrapper {
				order: 2;
			}
		}
	}
}

Let me know how it works on your site

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 1/6/2022 at 1:33 AM, cyborg said:

Actually it works on mobile. 

The above code run on mobile only. If you want to run on all devices, use this code

section[data-section-id="61d538438c34fa297b32653a"] {
		.newsletter-form {
			.newsletter-form-body {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
			}
			.newsletter-form-fields-wrapper {
				order: 2;
			}
		}
	}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.