capitalgcreatives Posted May 21, 2023 Share Posted May 21, 2023 (edited) Hi! I have been struggling with moving the submit button next to the email form line for the newsletter form in my client's website footer website. I want both elements to be in one line. Additionally, when I type in an email, the font color is black, and I'd like it to be white. Link: https://potato-heptagon-lpy4.squarespace.com/ PW: lighting Can someone look at the code and tell me how best to approach this? Thank you! Edited May 21, 2023 by capitalgcreatives Link to comment
Solution tuanphan Posted May 22, 2023 Solution Share Posted May 22, 2023 Add to Design > Custom CSS @media screen and (min-width:768px) { form.react-form-contents { display: flex; align-items: center; } form.react-form-contents>.field-list { width: 60% !important; } } 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
capitalgcreatives Posted May 22, 2023 Author Share Posted May 22, 2023 Thank you so much! 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