setting field name width and centering field

  • kauseway
    Asked on February 13, 2017 at 12:12 AM

    1) I was able to get the field name to go full width in mobile view by using width: 100%.  But in desktop view it does not extend the full width for recurring service and one time charge.

    Here is the view in desktop you can see the black background does not extend the full width but will in mobile:  https://www.dropbox.com/s/s6l0uw8nyeut4mf/Screen%20Shot%202017-02-12%20at%2011.08.23%20PM.png?dl=0

    2) the field below recurring service and one time charge. I would like to center those within the box.

     

    https://form.jotform.com/70379209481158

  • Chriistian Jotform Support
    Replied on February 13, 2017 at 4:14 AM

    Hi,

    Can you please add this custom CSS to your form:

    label#label_37 {

        width: 100% !important;

    }

    label#label_43 {

        width: 100% !important;

    }

     

    Let us know if you need more help.
    Regards