My graphic won't stay in the center of my form... what do I need to do?

  • RenTaylor
    Asked on March 20, 2017 at 10:04 PM

    I've adjusted it several times but it continues to move.

  • Chriistian Jotform Support
    Replied on March 21, 2017 at 3:04 AM

    Hi,

    To center the image on your form, please inject this custom CSS:

     

    img {

        position: relative;

        left: 150px;

    }

     

    Here's a guide on How to Inject Custom CSS Codes

    Result:

    My graphic wont stay in the center of my form Screenshot 20