lookkook Posted June 27, 2023 Posted June 27, 2023 Hi! I am trying to figure out how I can make the "subscribe" flush against the line of the email address field. Is it also possibly to bottom align the text? Do I have to remove the padding? website: https://corn-mayflower-3mtr.squarespace.com/config/design password: hello
tuanphan Posted June 27, 2023 Posted June 27, 2023 Add to Design > Custom CSS /* Footer newsletter */ div#block-yui_3_17_2_1_1687827588907_5051 input { padding-bottom: 5px !important; padding-left: 0px !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!)
lookkook Posted July 7, 2023 Author Posted July 7, 2023 Hi @tuanphan I added that in, but it looks like Subscribe is still aligned higher. Is there something else that I am missing? thank you!
tuanphan Posted July 9, 2023 Posted July 9, 2023 Try adding this code & adjust number in second code /* Footer newsletter */ div#block-yui_3_17_2_1_1687827588907_5051 input { padding-bottom: 5px !important; padding-left: 0px !important; } div#block-yui_3_17_2_1_1687827588907_5051 button { padding-bottom: 10px !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!)
lookkook Posted July 9, 2023 Author Posted July 9, 2023 Hi @tuanphan that doesn't seem to be working either. Is there something else that I can adjust outside of padding?
tuanphan Posted July 14, 2023 Posted July 14, 2023 On 7/10/2023 at 6:57 AM, lookkook said: Hi @tuanphan that doesn't seem to be working either. Is there something else that I can adjust outside of padding? It already fine to me 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment