How to align City, State and Zip Code fields by using CSS?

  • charonjames
    Asked on September 23, 2016 at 2:26 PM

    I'm trying to move the lines to the right that contain " City, State & Zip Code". I was able to successfully do this using the Padding (Left) for the other lines but it's not working the same since this one has 3 fields. When I Pad the City field and attached answer box, it is moving other boxes on the screen to the right even though they are not selected.

    Also, in the CSS Editor when I choose my box and then type a font style after clicking Font Family, it doesn't change. Should I be doing or clicking something different to edit the font style? What I need to change is not working using the Design tab.

    Thanks!

  • Nik_C
    Replied on September 23, 2016 at 4:41 PM

    Please try to insert the below CSS in your Custom CSS field:

    #id_23{

    margin-left:25px

    }

    It will move all three field to the right:

    How to align City, State and Zip Code fields by using CSS? Image 1 Screenshot 20

    Hope it helps, if you have further questions please let us know.

    Thank you!