Site logo

Archived topic

form height

1 reply · Started by cliqous on November 30, 2014

Viewing posts 1–2 of 2

how can i reduce the height and width of the forms?
(example, search box and contact form)

This CSS should work:

textarea {
      height: 150px;
}

Adjust the 150px as needed.

This archived topic is closed to new replies.