• Hi,
    I made a contact form with the Coblocks plugin (on a Neve theme, by Themeisle).
    The fields look really “chubby” because they have a large hight.
    I can’t find where I could change that.

    Could anyone help me out with this?
    Thank you in advance, best regards!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support gdandrija

    (@gdandrija)

    Hi @nikist, I hope you are doing great,

    Sure, I will be happy to help. The easiest way you can adjust the height of the form fields would be using the height attribute and by targeting the form field classes added by your theme. This CSS code may be handy:

    .ticss-379a0627 input {
        height: 35px;
    }
    
    .ticss-379a0627 textarea {
        height: 100px;
    }

    Feel free to adjust the height attribute per your needs and personal preference.

    I hope this helps, cheers!
    Andrija

Viewing 1 replies (of 1 total)
  • The topic ‘Froms: change hight of fields’ is closed to new replies.