Comments irisslabbekoorn started the conversationNovember 18, 2020 at 7:56amHi, On desktop, the form on my contact page looks as expected. But when I look on mobile (Chrome/Safari) the styling of the submit button is off. Can you explain me how this happens and what I can do about it? 2,701PenciDesign repliedNovember 18, 2020 at 5:03pmHi,Yeah, that's style for all submit button from iOS devices. With Android devices - it's normal.You can try add more this code to Customize > Custom CSS to fix it: .wpcf7 input[type="submit"]{ height: 40px; line-height: 40px; padding: 0 20px; border-radius: 0; -webkit-border-radius: 0; } Hope this helps,Best Regards,PenciDesign Sign in to reply ...
Hi,
On desktop, the form on my contact page looks as expected. But when I look on mobile (Chrome/Safari) the styling of the submit button is off. Can you explain me how this happens and what I can do about it?
Hi,
Yeah, that's style for all submit button from iOS devices. With Android devices - it's normal.
You can try add more this code to Customize > Custom CSS to fix it:
Hope this helps,
Best Regards,
PenciDesign