Hi!
Please take a look at this video shot and let me know if there will be any further questions.
Thanks, have a nice day!
Form does not show up when I do this. I have Form Maker Pro, not sure if that makes a difference. I know it says to submit a question elsewhere for that, but the emails on that website are coming back to me. I really need to get this fixed as I have soccer tournaments to post. What else can I try, please?
And, I figured that out. I needed to update my subscription. Weird because I haven’t had to since 2015. Anyway, one more question I have. The form looks all scrunched on either side. Is there a way to make the form wider? If I could just figure this last part out, I’d be golden. Thank you again for your help.
Dear user,
Please leave empty the width of the fields in order to set the width to 100%.
If the problem persists, please send us the link to the page where this issue can be seen.
I’ll forward it to our development team and they will suggest a solution as soon as possible.
Thanks! Have a wonderful day!
I tried that, and still is coming up looking scrunched up. When I go to edit the form, there are two columns. The form on the left, and a blank side on the right. Can I get rid of that? A link to one of the pages is http://www.sdsrarefs.com/720-2/ so you can see what I am talking about. Thank you!
Dear user,
Could you please try to change the theme of the form and check whether the problem still persists?
Thanks in advance, have a nice day!
Changing the theme didn’t work. It’s almost as if the form is being confined to a certain area on the page. Any other ideas?
Please go to Form Maker > Themes and Save the active theme again. If the problem persists, then try the following.
Add the below mentioned code in Appearance > Customize > Additional CSS
.wdform-label-section.wd-width-30.wdform_address.wd-flex-column:first-child,
.wdform-label-section.wd-width-30.wd-flex-row.wd-align-items-center:first-child,
.wdform-label-section.wd-width-30.wd-flex-wrap.wd-flex-column:first-child,
.wdform-label-section.wd-width-30.wd-flex-row:first-child {
max-width: 170px !important;
width:50% !important;
}
Thanks, have a nice day!
Tried both these things, with no luck. 🙁
Hi!
Please take a look at this screenshot. If you want the form to have this look then add the below mentioned code in Appearance > Customize > Additional CSS
Please note that it can’t be larger because your content is small.
.wdform-label-section.wd-width-30.wdform_address.wd-flex-column:first-child,
.wdform-label-section.wd-width-30.wd-flex-row.wd-align-items-center:first-child,
.wdform-label-section.wd-width-30.wd-flex-wrap.wd-flex-column:first-child,
.wdform-label-section.wd-width-30.wd-flex-row:first-child {
max-width: 170px !important;
width:50% !important;
}
.fm-form-container.fm-theme52 {
width: 100% !important;
}
Thanks, have a nice day!
Thank you! I will try that when I have a chance later today. Have been out of town the past few days so haven’t had time to check back. I will keep you posted. Thank you again for your help. 🙂