• Resolved robbuiks1984

    (@robbuiks1984)


    Hi,

    I have a problem with the height of my text fields. I want them to have a height like normal, not that low as they are now. Can you help me how to change this with CSS?

    Thanks,

    Rob

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @robbuiks1984,

    Thank you for reaching out to us!
    The form is styled by the theme. To increase their height please add this code in Appearance > Customize > Additional CSS:

    .strong-form input, .strong-form select {
    	height: 40px;
    }

    All the best,
    Mihaela

    Thread Starter robbuiks1984

    (@robbuiks1984)

    Hi Mihaela,

    Thanks a lot! It works fine.

    Best,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Height text fields’ is closed to new replies.