I have some terms and conditions that I placed into the agreement form but when it pops up during the signup it's super wide. You have to scroll sideways to even read it. How do I make it so that this doesn't happen?
Can you elaborate what you mean by "super wide".. You have two options: 1) you can embed carriage returns <br /> in your agreement text to force new lines 2) you can adjust the template and/or css values to look the way you like.
By super wide I mean it runs off the page to the right. By about 3 screen widths. I thought about doing the carriage returns but it's a fairly long agreement and would take half of forever! But doing it this way is about the only thing that I know how to do. Any tips of adjusting the template?
Create html code for your agreement in any html editor (and make it to look as you need) Then insert it into agreement.html and remove <pre> tags around agreement text.