How do I remove space around image?

  • glagrow
    Asked on September 7, 2019 at 6:49 PM

    I want to reduce the space below the image, not sure what to use in the CSS to accomplish this

    Jotform Thread 1955773 Screenshot
  • John_Benson
    Replied on September 7, 2019 at 7:44 PM

    Please try inserting this custom CSS:

    #id_21 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    }

    #cid_16 .form-header-group {
    margin-top: 0px;
    padding-top: 0px;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    1567899573sse Screenshot 10

    If you have any further question, let us know.