How to I make the bottom image align with the header

  • SizweZim
    Asked on September 7, 2015 at 5:28 PM

    How can I make the logo image on my form align with the main header image http://form.myjotform.com/form/52495242016552?

    I don't know how to use CSS so your help would be really useful.

     

    Thanks,

    Jotform Thread 656552 Screenshot
  • Ben
    Replied on September 7, 2015 at 5:58 PM

    We are always happy to assist with the CSS issues so feel free to let us know :)

    I believe that this is the code that you are after:

    #id_12 {
        left: -200%;
    }

    If you want you can move it a bit more to the left by changing 200 to 210%

    You should add the CSS to your form by following the steps here: Inject Custom CSS Codes

    Do let us know how it goes.