Can you assist with the custom css to line up the separate country field?

  • kladmin
    Asked on August 24, 2016 at 1:41 PM
    Can you assist with the custom css to line up the separate country field?
  • Ashwin JotForm Support
    Replied on August 24, 2016 at 1:41 PM

    Hello kladmin,

    I have fixed this issue related to "Country" field by injecting custom css code in form:

    li#id_10 {

        margin-top: -55px !important;

        margin-left: 166px !important;

    }

    label#label_10 {

        display: none !important;

    }

    I would suggest you to please test your form and see if the country field is being displayed correctly. 

    Thank you!

  • kladmin
    Replied on August 24, 2016 at 1:46 PM

    Thank you so much! I was very close, but appreciate you getting it just right :)

  • Ashwin JotForm Support
    Replied on August 24, 2016 at 1:48 PM

    Hello kladmin,

    I am glad you tried out yourself.

    Do get back to us if you have any questions.

    Thank you!