Help with aligning

  • amirk647
    Asked on March 11, 2018 at 10:21 PM

    Hello, i would like to have my form elements (below) move all the way to the top to occupy the empty space at all time. I'd like to force the images to the top right of the form on page 2:


    Elements: 


    #id_44, #id_49, #id_45, #id_46, #id_47, #id_48, #id_51, #id_55 {



    https://www.jotform.com/80690708384262

  • onurc JotForm Developer
    Replied on March 12, 2018 at 3:23 AM

    Hi,

    In order to move following image to right corner top you need to add an inline-css as following.

    1520839090Screen Shot 2018 03 12 at 10 Screenshot 10


    #id_45{

    position: absolute;

    display: block;

    right: 0;

    }

    This css code block is going to solve your allignment issue.

    If you have any question or comment, please let us know.