MF0708 Posted February 17, 2023 Share Posted February 17, 2023 Hi -- I'm trying to get the Email field to match the width of the recaptcha button. It's always a little shorter. TIA for your help Link to comment
tuanphan Posted February 21, 2023 Share Posted February 21, 2023 Hi, Can you share link to page in screenshot? We can check 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
MF0708 Posted February 24, 2023 Author Share Posted February 24, 2023 On 2/21/2023 at 1:23 AM, tuanphan said: Hi, Can you share link to page in screenshot? We can check easier Of course! It’s https://www.meghanfandrich.com. Thanks, Meghan Link to comment
Solution tuanphan Posted February 27, 2023 Solution Share Posted February 27, 2023 On 2/25/2023 at 1:57 AM, MF0708 said: Of course! It’s https://www.meghanfandrich.com. Thanks, Meghan Add to Design > Custom CSS .newsletter-block .newsletter-form-wrapper--layoutStack .newsletter-form-field-wrapper { width: 304px !important; max-width: unset !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
MF0708 Posted February 28, 2023 Author Share Posted February 28, 2023 That's great, thanks @tuanphan! It looks great on my home page. On other pages within my site, though, the recaptcha block is wider for some reason, so the 304 pixels isn't wide enough. Is there a way to make the width variable? For example, see https://meghanfandrich.com/writing or https://meghanfandrich.com/contact. Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 On 3/1/2023 at 12:46 AM, MF0708 said: That's great, thanks @tuanphan! It looks great on my home page. On other pages within my site, though, the recaptcha block is wider for some reason, so the 304 pixels isn't wide enough. Is there a way to make the width variable? For example, see https://meghanfandrich.com/writing or https://meghanfandrich.com/contact. Add this to Writing Page Header and Contact Page Header <style> .newsletter-block .newsletter-form-wrapper--layoutStack .newsletter-form-field-wrapper { width: 350px !important; max-width: unset !important; } </style> You can adjust number 350 on each page 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