shannoncarroll Posted May 20, 2023 Share Posted May 20, 2023 (edited) Hello! For my newsletter field, I would like to decrease the spacing between the email address input form and the button when they are stacked. Attached is a screenshot. I'd like to decrease the spacing so it's the same as the width between these two elements when they are floating next to each other horizontally. Thank you! 😊 Edited May 20, 2023 by shannoncarroll Edit for clarity Link to comment
tuanphan Posted May 21, 2023 Share Posted May 21, 2023 Hi, Can you share link to page where you use this? We can help easier 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
shannoncarroll Posted May 22, 2023 Author Share Posted May 22, 2023 Thanks @tuanphan. Here’s the website and the newsletter signup is located at the bottom in the site footer. You can see the stacked version on mobile or in smaller sizes on the desktop. http://shannonleecarroll.com Link to comment
Solution tuanphan Posted May 25, 2023 Solution Share Posted May 25, 2023 On 5/22/2023 at 8:53 PM, shannoncarroll said: Thanks @tuanphan. Here’s the website and the newsletter signup is located at the bottom in the site footer. You can see the stacked version on mobile or in smaller sizes on the desktop. http://shannonleecarroll.com Add to Design > Custom CSS /* Mobile Newsletter */ @media screen and (max-width:767px) { .newsletter-form-button-wrapper.submit-wrapper { margin-top: 0px; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment