How can i center align 1 single column?

  • Thizzle
    Asked on April 20, 2014 at 7:41 PM

    Hi,

    How can i align the text (€) in the center of the red square, on the blue dotted line without doing anything to the drop down menus besids them?

    Is there a CSS code for doing this?

    The red square and blue line i'm talkin about are in the uploaded screenshot.

    Thanks in advance.

    Jotform Thread 364932 Screenshot
  • jonathan
    Replied on April 20, 2014 at 8:49 PM

    Hi,

    You meant moving the  text (€) more to the RIGHT closer to the drop-down menus?

    Please try adding the CSS code like this to those existing in your form.

     

    .form-html{

    margin-left: 100px;

    }

    #text_6{

    margin-left: 1px !important;

    }

     

    You can adjust the 100px number according to your preference.

    I included the #text_6 code because it is also a TEXT field, and need not be moved similarly.

    Here is test form when I applied this changes http://form.jotform.me/form/41097500877459?

    How can i center align 1 single column? Image 1 Screenshot 20

    Hope this help. Inform us if this suggestion did not work.

    Thanks!

  • Thizzle
    Replied on April 21, 2014 at 5:28 AM

    Hi,

    That is exactly what i meant!

    Pls excuse me if explained it bad but it is hard sometimes to explain what i want in English...

    Thank a lot for your help!

  • Ashwin JotForm Support
    Replied on April 21, 2014 at 6:48 AM

    Hello Thizzle,

    On behalf of my colleague, you are welcome.

    I hope your issue is now resolved. Feel free to get back to us if you have any questions.

    Thank you!