• Resolved fcadminn

    (@fcadminn)


    How can I reduce the height of the input text fields. Right now they’re at 48px !important, and no matter what I’ve tried I can’t edit this to make the height lesser.

    Can someone clear this up?

    (I’ve tried getting into the code for the theme and for the plugin itself, so far no luck reducing the height, with or without the use of !important.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Can you please share a link to a page where we can test the form?

    Thread Starter fcadminn

    (@fcadminn)

    {equilibrium (dot) money} – in the footer. I’m trying to style the form with reduced height to each of the fields but it seems non-editable.

    • This reply was modified 4 years, 11 months ago by fcadminn.
    • This reply was modified 4 years, 11 months ago by fcadminn.
    Plugin Contributor Lap

    (@lapzor)

    Your theme is setting all input fields to that height, with important…

    You can make “more specific CSS” and make that important too. e.g.

    .mc4wp-form-fields input { height: 25px !important; }

    Note that officially custom CSS is out of scope for our free support, and that counts twice if it’s actually your theme that is overwriting the CSS of the form. If you need more support with this I recommend contacting the theme provider about this issue.

    Hope that helps. If you have any questions, please let me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make field height reduced’ is closed to new replies.