Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter hheyhey568

    (@hheyhey568)

    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

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Input and Result field height’ is closed to new replies.