1
0
-1

The form is currently too wide to display properly. What CSS can I add to the form stylesheet?


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You may want to try adding the following to your RescueGroups.org  Online Form  style sheet.

      @media only screen and (max-width:768px) {
      
      #fid5418 textarea {width:90%}
      #pageMessagesBox {width:90%}
      }

      Here is how to add this and other custom styles to your form:

      How can I customize the CSS in my Online Forms iframe?


        CommentAdd your comment...