- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I can drag the edge to make the form wider but the questions all remain in a narrow column. I have a lot of check box options and it looks terrible. Can I change the width of the questions and text boxes?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Try adding this to the Header Code field for the page your form is on:
<style> .wsite-form-field, .wsite-form-input { max-width:100% !important; width:100% !important; } </style>
It won't show in the editor but should on the live site.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey there! You should be able to edit the internal parts of the form the same way you would other elements. Is there a particular page or form giving you trouble?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, I'm using the Contact Form. I've added text box answers and using the advanced options I've chosen 'large', but still the box only extends halfway across the width of the form. Similarly with my check box options the option descriptions wrap around at around halfway across the page. Here's a screenshot. Any suggestions to have this extend across the width of the form? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Ah, I see. It does look like that particular form is going as wide as possible. It may be something you'll want to bring up in the Feature Vote section, though we also have several Apps in the App Center that may offer forms more to your liking, so definitely check both out!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@Queso wrote:Ah, I see. It does look like that particular form is going as wide as possible.
I'm having the same problem, but the field is stretched all the way across the page. I've tried putting spacers and dividers on both sides of the field, but to no avail. Is there really no way to fix this? It seems pretty basic to be able to control side margins. =-\
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hello Keiva! The element width itself should be controllable as normal. Where are you seeing this form issue?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Same question here! Has anyone from Weebly been able to address this yet?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
To make the fields stretch 100% you'd need to do a little bit of CSS customization. If you provide a link to the page of your site the form one of our Community members could probably help, @Maple.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
The link is http://maplepfa.weebly.com/get-involved.html. Please let me know if you can change the width of the form. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Try adding this to the Header Code field for the page your form is on:
<style> .wsite-form-field, .wsite-form-input { max-width:100% !important; width:100% !important; } </style>
It won't show in the editor but should on the live site.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Miraculous - thank you!!
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@BJ, Thanks so much! It worked perfectly!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This did work for me.
Just to be clear... Click the "Pages" link at the top of the page. Click on the page that the form resides at in the left hand pane. Then click "SEO Settings". Paste the code in to the text box that says "HEADER CODE". Then publish!
<style> .wsite-form-field, .wsite-form-input { max-width:100% !important; width:100% !important; } </style>
Cheers.
Kitch.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you Kit!! I have been trying to solve this for a long time -- now the survey looks awesome!
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Still can't figure it out. It generates a ton of text when I paste in. I just want a generic contact form to have a width of the entire screen. mchaelhunterhayes@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I've tried doing this but it's still not working! Are there any other suggestions to fix this issue?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Worked for me too, yay!