Edits in form have been saved/published but don't show on website

  • bunsworth
    Asked on December 14, 2017 at 6:05 PM

    http://justbtdt.com/personal_injury_attorney/

    I tightened all vertical spacing which does not appear so on the web page.

    Also your branding still appears although my plans says branding removed.

    Thanks for your help

  • John_Benson
    Replied on December 14, 2017 at 8:26 PM

    I have removed the JotForm Branding to your form. You can find the option on the Account Settings page of your JotForm account. 

    1513300557515szz1 Screenshot 10

    I am not sure what vertical spacing you're referring, could you please provide a screenshot so we can assist you properly? To post a screenshot here in the Support Forum, please follow this guide: https://www.jotform.com/help/438-How-to-Post-Screenshots-to-Our-Support-Forum

    If you're referring to this space:

    1513301104141z Screenshot 21

    You can remove it by adding this custom CSS code to your form: 

    @media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape)

    .jotform-form {

        padding: 0px !important;

        margin: 0px !important;

    }

    Here's a guide on how to inject custom CSS code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes