• Resolved williamvwijk

    (@williamvwijk)


    Is it possible to get the form responsive on mobile? I’m not able to get it responsive and cannot find any solutions to this problem.

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

    (@codepeople)

    Hello,

    The forms are responsive on mobiles by default, the columns are expanded at 100% of their containers and something similar occur with the fields.

    Could you send me the link to webpage that includes your form to check its structure, please?

    Best regards.

    Thread Starter williamvwijk

    (@williamvwijk)

    Plugin Author codepeople

    (@codepeople)

    Hello,

    The issue is simple, your website is applying the rule white-space: nowrap; to the h2 tags, to prevent the conflict, please, insert a “HTML Content” field in the form with the following piece of code as its content:

    <style>#fbuilder h2{white-space:normal !important;}</style>

    and that’s all.
    Best regards.

    Thread Starter williamvwijk

    (@williamvwijk)

    Wow! Much thanks. Sorry for many questions, but I’m just not that good at this. I hope to not interrupt you people anymore.
    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile responsive design’ is closed to new replies.