Hello,
Here is the link to the form on my mobile contact page:
http://www.guitarpianolessons.com/contact-mobile/
I'm not sure why there are bullets outside of the wrapper. Do I need them? If not how to get rid of them?
Also, trying to find a way to edit the labels for First and Last Name fields. Is there a way to position them somewhere else. Perhaps above the input boxes or even inside the input boxes?
Another issue I'm trying to resolve is adding some white space (verticle space) above and below the submit button. The reason is make it easier to touch tap.
Finally I've been trying to extend the width of the input boxes. How do I approach that?
I was able to reduce the width of the paragraph textarea with this little bit of css:
[css]
.gform_wrapper .ginput_container textarea.medium {
max-width: 299px;
}
But I have not been able to successfully edit (extend) the width of the other input boxes. I've been reading through the forum posts and documentation. Honestly, most of this info is way over my head. I'm just a musician, the documentation is like a foreign language to me. I'm lost most of the time when reading this stuff. :)
Any ideas or code most appreciated.
Thank you,
-Warren