[Resolved] form height

Home Forums Support [Resolved] form height

Home Forums Support form height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50105
    cliqous

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

    #50112
    Tom
    Lead Developer
    Lead Developer

    This CSS should work:

    textarea {
          height: 150px;
    }

    Adjust the 150px as needed.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.