All web form themes responsive

Answered

Comments

3 comments

  • Official comment

    Thanks for noticing Hamish. Some of the themes are old and it would be quite a challenge to update the old themes without breaking old webforms. For all new themes (and future themes) we will make sure they are responsive.

    Great recommendation by Shawn on the custom CSS to solve the problem!

    //Sara - Podio

    Comment actions Permalink
  • Shawn Terry

    It's not a perfect solution, but under the theme Tab on the right of your forms, you can add custom CSS.

    Past this in.  It resolved my issue.

    div.container {
    width: 100% !important;
    }
    form#webform.webforms {
    width: 100% !important;
    }

    0
    Comment actions Permalink
  • Shawn Terry

    Just noticed that you tried css...  But the code I sent does an actually fantastic job.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk