Address form problems

  • compliancecedar
    Asked on September 6, 2017 at 11:14 AM

    Hi, 

    I have entered the CSS code 

     

    .form-dropdown { 

      

    width: 400px; }

     

    .form-dropdown {

      

    font-size: 2em; }

    To make the size of the address form wider and text larger. 

     

    However, although in the build it looks the right size; 

    when I go to preview the form it has gone back to the smaller size. 

     

    Help would be great! :) 

     

    Kind regards

     

    Jack

    Jotform Thread 1241021 Screenshot
  • John_Benson
    Replied on September 6, 2017 at 12:45 PM

    Hi Jack,

    Please add this custom CSS code to your form:

    select#input_25_country {

        width: 300px !important;

        font-size: 27px !important;

    }

    To add a custom CSS code to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Address form problems Image 1 Screenshot 20