Oukside Posted April 16 Share Posted April 16 Hi Dear How to prevent this UGLY behaviour for newsletter block when there is an error? See: Link to comment
tuanphan Posted April 18 Share Posted April 18 We can use CSS code to move error up a bit, so both input - button will be align correctly. Can you share link to page where you use newsletter? 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
Solution tuanphan Posted April 19 Solution Share Posted April 19 You can use this code to Website > Website Tools > Custom CSS /* Fix newsletter */ .newsletter-block .newsletter-form-field-wrapper .field-error { position: absolute; top: -30px; } div.newsletter-block .newsletter-form-body { position: relative; } 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