Formatting changes when i preview form

  • MBWHS
    Asked on September 1, 2016 at 7:30 AM

    Hi 

     

    Please can you look at the psycho social history section and advise how I can get the two sections to line up like they do in the form builder mode instead of how they appear in preview?

     

    thanks

     

    Katie

  • Support_Management Jotform Support
    Replied on September 1, 2016 at 9:25 AM

    Hello Katie, I noticed what you're describing when I checked your form:

    Formatting changes when i preview form Image 1 Screenshot 40

    To get it aligned like the rest, please try the following CSS codes:

    #id_72 {

       margin-left: -275px;

    }

    RESULT:

    Formatting changes when i preview form Image 2 Screenshot 51

    Here's how/where to inject the CSS codes:

    Formatting changes when i preview form Image 3 Screenshot 62

    Related guide: How-to-Inject-Custom-CSS-Codes 

    Let us know if it didn't work so we can have another look :)