Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Tara,

    Your theme is creating a top margin of 70px on the form input field. If you add to the bottom of your style.css file the following code, the margins should be a bit better :

    .widget_yikes_mc_widget p, .yks-mailchimpFormDivRow {
      margin-top: 0;
    }

    Let us know if that helps!

    Evan

    Thread Starter tarabella

    (@tarabella)

    Hi Evan,
    Thank you for your response.
    I added the code, and it did help, BUT there is still a huge space before the input box.

    any ideas?

    Thanks again
    Tara

    Plugin Author Evan Herman

    (@eherman24)

    Hi Tara,

    Yes, your style sheet is still overriding the form values.

    form div {
      margin-top: 70px;
    }

    is the reason you still have a large margin above the input field.

    Thanks,
    Evan

    Thread Starter tarabella

    (@tarabella)

    I was able to resolve. Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form Padding’ is closed to new replies.