Remove right padding popup contact form?
I have a nice form, but it insists on being 1000p wide. Below, Comment is 83% wide, but I can't see how to remove the unsightly right padding.
If I narrow the popup, it smooshes up the fields:
Best Answer
-
Joe if you want to setup a live meeting I may be able to help. Send me a DM.
0
Answers
-
Hi Joe, let me know if this brief video helps. You'll want to examine a few different areas of the form in regard to spacing.
CSS to adjust the padding between fields: (change the div id ###### to match yours)
*#dm *.dmBody div.u_1020516983 .dmforminput {
padding-left:5px !important;
padding-right:5px !important;
}0 -
Thanks, but I think I said that wrong. This is just to the right of several fields, which are not right-padded. It's just that the form stubbornly refuses to reduce below 1000p.
0 -
I greaty appreciate the offer. Meanwhile I mastered pop-ups, which come up perfectly, and I much prefer to a 1990's page change. Thanks
1