How do I make the "Upload a logo" field left aligned similar to the other fields in the form?

  • rtolmach
    Asked on December 14, 2017 at 2:36 AM
    Please see https://www.jotform.com/build/73467839584172/settings/emails#preview (screen grab below)
    Why is the field for “upload a logo” indented? How do I make it left-align with the fields above it?

    Thanks!
  • Mike_G JotForm Support
    Replied on December 14, 2017 at 2:57 AM

    I have checked the form and see what you mean.

    1513237878t02 50 01 Screenshot 10

    The right padding of that field is thicker than the other fields on the right side of the form because that field should really be placed on the left side if it weren't for the long checkbox field on the left — "Type of Organization"

    To fix the issue, please add the following CSS codes to your form following the information in this guide — How-to-Inject-Custom-CSS-Codes

    li#id_9 {

        padding: 6px 36px 6px 18px !important;

    }

    if you have other questions or concerns, please feel free to contact us again anytime.