Viewing 2 replies - 1 through 2 (of 2 total)
  • This did the trick for me. The below code expands the size of the response boxes-

    div.ss-form-entry > input { width: 685px;}
    div.ss-form-entry > input { height: 35px;}
    div.ss-form-entry > textarea { width: 685px;}
    div.ss-form-entry > textarea { height: 35px; }

    Depending upon how big you make the boxes, you might also need to adjust the font size as well. To do that, you use the following

    div.ss-form-entry > input {
    font-size:14px;
    }

    One think that I haven’t been able to figure out yet is how to make the boxes appear longer on a laptop/tablet, but smaller on a mobile device.

    Thread Starter agalaski

    (@agalaski)

    Cazer,

    Thanks! One issue from that solution is it makes all of the input areas the same size. Since my last box is ‘Comments’, I’d like it to have space for a few lines of text, whereas the others only need space for one. Is there a way to adjust that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing width of form’ is closed to new replies.