Hello @hheyhey568
Please, note that on public websites, the styles defined by the WordPress theme affect every page tag, including our plugin tags. Where can I check the input and output fields heights?
Best regards.
Hello ,
You are right. I only see this on Safari Browser on ipad and iphone.
On Chrome and Edge browser , the heights are same for all fields.
Thanks
Hello @hheyhey568
My apologies for the delay in responding to your question. I did not receive the WordPress notification.
If there is affected the appearance of the input tags on iPhones and iPads, please, enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)
#fbuilder input[type="text"],
#fbuilder input[type="number"],
#fbuilder input[type="email"],
#fbuilder input[type="password"]{-webkit-appearance:none !important;}
Best regards.