cyborg Posted January 5, 2022 Share Posted January 5, 2022 Site URL: https://liosan.ink How to stack the Newsletter button ABOVE the email address input field instead of below? Link to comment
Beyondspace Posted January 5, 2022 Share Posted January 5, 2022 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? 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 cyborg 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
cyborg Posted January 5, 2022 Author Share Posted January 5, 2022 @bangank36 It worked right away ! Big Thanks !! Link to comment
cyborg Posted January 5, 2022 Author Share Posted January 5, 2022 @bangank36 I'm not sure why but it doesn't work anymore ?? simply went back https://liosan.ink Link to comment
cyborg Posted January 5, 2022 Author Share Posted January 5, 2022 Actually it works on mobile. Link to comment
tuanphan Posted January 7, 2022 Share Posted January 7, 2022 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 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