Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    • If you want to set max-width for all the pages try the below code.
    • form input[type="number"] {
          max-width: 100%;
      }
    • If you looking to change max-width only on the specific page, try with the page id
    • .page-id-1046 form input[type="number"] {
          max-width: 100%;
      }
    Thread Starter beefi1123

    (@beefi1123)

    Thank you Abhishek. That did the trick. I actually probably could’ve figured that out on my own, but I assumed the NF guys had at least tried the simple CSS trick already.

    Glad to hear that issue has been fixed.

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

The topic ‘Bug with Ninja Forms Field Width’ is closed to new replies.