I have been tearing my hair out, there is obviously some CSS conflict (or maybe javascript??) that is causing my form to kind of flow out of the template and forces right-sitting modules to shift down below.
I hope posting URLS is permitted :? , this is the page: http://donationsdigital.com/sweepstakes/50-50-sweepstakes/entry-form. As you can see the forms flows past the background template, it was working before but then I must have made a change while perfecting the form that caused this behaviour.
Does anyone have any insight as to how to fix this?? I really want this sweepstakes to go live like tomorrow but with a properly formatted form. Any help is appreciated thanks!
Thanks!
I hope posting URLS is permitted :? , this is the page: http://donationsdigital.com/sweepstakes/50-50-sweepstakes/entry-form. As you can see the forms flows past the background template, it was working before but then I must have made a change while perfecting the form that caused this behaviour.
Does anyone have any insight as to how to fix this?? I really want this sweepstakes to go live like tomorrow but with a properly formatted form. Any help is appreciated thanks!
Thanks!
Hi ciroberts,
I'm not sure but I suspect that there may be an unclosed div somewhere in your form code. The problem is that one of the template divs is not autowrapping round the article content. Broken HTML is the most likely explanation.
Running it through Tidy suggests a few possible errors with <div>s and a missing '
Bob
I'm not sure but I suspect that there may be an unclosed div somewhere in your form code. The problem is that one of the template divs is not autowrapping round the article content. Broken HTML is the most likely explanation.
Running it through Tidy suggests a few possible errors with <div>s and a missing '
Bob
Wow, yeah didn't even waste much time going through the code I just added a </div> tag to the end of it all and that cleared it up right away! Why in the world didn't I think of that before???? 🤨 8) LOL
Thanks guy!! I think in the future I'll really be purchasing this. Take care.
Thanks guy!! I think in the future I'll really be purchasing this. Take care.
This topic is locked and no more replies can be posted.