• Resolved jscullion

    (@jscullion)


    I’m trying to set the size of the forminator for to 200px x 300px. I tried using the custom css under appearance for the form and clicked the form button. pasted this and it didn’t work. Any suggestions?

    .forminator-form {
      width: 500px;
      height: 300px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jscullion

    (@jscullion)

    sorry I pasted this

    .forminator-form {
      width: 200px;
      height: 300px;
    }

    Hi @jscullion

    I hope you are doing well today.

    Please try with ID:

    #forminator-module-123 {}

    where 123 is your form ID. You can find ID of your form in the browser URL while you edit your form.

    Please let us know does that helps. Also, please note that the height of your form will depend on how many fields you use.

    Kind Regards,
    Kris

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @jscullion,

    I hope this message finds you well.

    It’s been a while since we last heard from you, so I’ll go ahead and mark this topic as resolved. If you have any follow-up questions or need further support, please don’t hesitate to reach out.

    Best Regards,
    Nebu John

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

The topic ‘Custom css for forminator form’ is closed to new replies.