How to align drop-down field on form?

  • max123jot
    Asked on September 9, 2016 at 2:35 PM

    dear all i thought i had asked this a few days ago, and di not receive a reply

    but when i searched my questions i did not see it, so perhaps my prev question did not go through

    please help me align the field pgy to be to the right of the field

    resident/trainee

    thanks

  • Nik_C
    Replied on September 9, 2016 at 4:18 PM

    I'm not sure about the other thread, I wasn't able to find it as well. Anyhow, you can align that field by Injecting the below Custom CSS code:

    #id_161 {

        margin-left:220px!important;

    }

    It will make your field look like this:

    How to align drop down field on form? Image 1 Screenshot 20

    If you need any further assistance please let us know.

    Thank you!

  • max123jot
    Replied on September 10, 2016 at 12:34 PM

    wow 

    love your magic

    m

  • max123jot
    Replied on September 10, 2016 at 6:45 PM
    i played with this some more
    not sure why
    i got this to work
    thanks
    m
    ...
  • Nik_C
    Replied on September 11, 2016 at 3:35 AM

    I'm glad it worked for you. If you need any further assistance please let us know.

    Thank you!