This website has several forms that were built with the webform builder however the subscriber form shown on the home page is the form I am having issues with. The form is set to 35% which is 280pixels yet it isn't sizing out in width like it is supposed to. The form works the way it is supposed to but it just looks funky. All my other forms on this site are fine. They were all built in the same manner. I have redone this one several times including deleting all related files, rebuilding it and renaming it.
Help to resolve it would be appreciated.
Website Url: www.lbdtools.com
Form not sizing properly
I think your issue has to do with the <div> the form is inside of.
Change this:
<div id="g_html1" style="position:absolute; overflow:hidden; left:84px; top:844px; width:280px; height:398px; z-index:48">
To this:
<div id="g_html1" style="position:absolute; overflow:hidden; left:84px; top:844px; width:420px; height:398px; z-index:48">
http://s26.postimg.org/q3r9pjecp/Screen_Shot_2014_06_30_at_9_24_06_PM.png
You can tweak it a bit more to get it to fit as needed.
Change this:
<div id="g_html1" style="position:absolute; overflow:hidden; left:84px; top:844px; width:280px; height:398px; z-index:48">
To this:
<div id="g_html1" style="position:absolute; overflow:hidden; left:84px; top:844px; width:420px; height:398px; z-index:48">
http://s26.postimg.org/q3r9pjecp/Screen_Shot_2014_06_30_at_9_24_06_PM.png
You can tweak it a bit more to get it to fit as needed.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.