New Landing How can we help? Themeforest Theme Support Neighborhood Gravity form field size on forms extremely small

Viewing 4 posts - 1 through 4 (of 4 total)
  • #296087
    ckara
    Member
    Post count: 51

    Hi, The form fields are extremely small when we add the gravity forms in this theme. I cant seem to find any place that i can make them bigger in height so users can see what they are typing.

    thanks
    Chris

    #296336
    David Martin – Support
    Moderator
    Post count: 20834

    Looks like the default form heights are being overwritten by the Gravity Forms plugins.

    Test adding this to Theme Options => Custom CSS

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 5px 4px;
        line-height: 50px;
        height: 50px;
    }
    #296355
    ckara
    Member
    Post count: 51

    Thanks, It helped.

    #296413
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. Thanks David.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.