Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414489

    rkassebaum
    Participant

    For some reason my form fields are appearing narrower from top to bottom. I’m using the same theme and Agency sample data. How can make the height of the form fields appear like the ones with the image behind them.

    #1414545

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1416149

    rkassebaum
    Participant
    This reply has been marked as private.
    #1416513

    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .ninja-forms-field {
        padding: 15px !important;
    }

    Let us know how this goes!