Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you find an answer to this? I tried making the textarea width 100% and a few other things. I’m not sure how to break out of the columns setting. Textareas are set to 145px wide, cols=0. Way too small. Thought the following would do something but didn’t

    .ss-q-long {
    width:100%;
    }

    Just found the answer to achieving a responsive textarea on this post.

    div.ss-form-entry > textarea { width: 100%; }

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Unfortunately there is no “one size fits all” answer although the recommendation above is probably the best starting point. Because each WordPress theme is different, you will almost certainly need to customize the CSS for your specification application.

    To make it truly responsive, you’ll likely need to use viewports as well. Fortunately Google includes a lot of CSS definitions in the HTML source that can be used to tailor the look of your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive’ is closed to new replies.