Submit button different size in preview form mode vs edit

  • DiscoveryCharterSchools
    Asked on April 18, 2019 at 12:21 AM

    I have a form where the submit button is the correct size in edit mode but it is a very different size when in preview mode.  why?

    I keep changing the width and nothing changes.

  • AndrewHag
    Replied on April 18, 2019 at 1:41 AM

    I see that you have already added the code, please add !important property to make the code work. Alternatively, you can just add the code below:

    .form-submit-button{

      width: 250px !important;

    }


  • DiscoveryCharterSchools
    Replied on April 18, 2019 at 12:03 PM

    Thank you ... that fixed it.