Tagged: ,

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

    Hi, I am trying to resize fields of Gravity Form but the theme governs minimum field width.
    I was able to change the size of the text areas by adding the below code to Quick CSS

    #top input[type="text"] {
    width: 550px;
    }

    but I could not change the size of dropdown fields.

    #395033

    Merhabalar!

    Please add following code to Quick CSS as well

    #top select {
    width: 550px;
    }

    Cheers!
    Yigit

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