CSS is not taking effect in PREVIEW but it does in the BUILDER

  • naylma01
    Asked on April 5, 2018 at 4:11 PM

    I used the following code to adjust the width of the reset button manually, because the text I used didn't fit:

    .form-submit-reset {
        width : 120px;
    }

    When I'm in the editor, those CSS changes take and the button looks as I would expect.  If I load the form outside of the editor, those CSS changes don't show.

    Jotform Thread 1436777 Screenshot
  • Adrian
    Replied on April 5, 2018 at 5:06 PM

    I have changed the CSS to:

    .form-submit-reset {
      width : 120px !important;
    }

    The CSS is taking effect now.

    CSS is not taking effect in PREVIEW but it does in the BUILDER Image 10