• Resolved spiderwebb

    (@spiderwebb)


    Hi
    Hoe do I change the with of my form to say 800px on a desktop, I have searched google for hours without any joy.

    Spider

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @spiderwebb,

    Thank you for asking this question.

    The following CSS should help, please try adding the CSS at WP Dashboard >> Appearance >> Customizer >> Additional CSS.

    @media (min-width:961px)  {
      .forminator-ui {
          max-width: 800px;
      }
    }

    Please note, this will be applied to all the Forminator forms on the site.

    Kind Regards,
    Nebu John

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @spiderwebb

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form width’ is closed to new replies.