Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    This sounds like your Theme’s CSS is doing something with our form.

    Can you share your websites URL here so we can take a look for you?

    Thread Starter savhanson

    (@savhanson)

    Plugin Contributor Lap

    (@lapzor)

    It seems the padding is making this happen. You can add the following CSS to your style.css or trough a plugin like Simple Custom Css

    .boxzilla input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”], textarea, .input-text {
    padding: 0 !important;
    }

    Thread Starter savhanson

    (@savhanson)

    That worked perfectly for resizing the “email” and “name” fields, but the “sign up” button remains large and the box itself is quite tall. Any remedy? Thank you!!

    Plugin Contributor Lap

    (@lapzor)

    To be clear, this is happening because of the CSS loaded by your theme.

    Replace the CSS i gave earlier with:

    .boxzilla input {
    padding: 0 !important;
    display: block;
    }
    .boxzilla {
    font-size: 0.938em !important
    }

    Does that look better for you?

    Thread Starter savhanson

    (@savhanson)

    I tweaked it a bit and it looks proportional now. Thanks so much for your help!

    Plugin Contributor Lap

    (@lapzor)

    Glad that i could help.

    Feel free to leave us a review on https://wordpress.org/support/view/plugin-reviews/boxzilla if you didn’t do so already.

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sizing issue?’ is closed to new replies.