Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Contact form

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management
View previous topic :: View next topic  
Author Message
jock41



Joined: 28 Nov 2012
Posts: 3

PostPosted: Wed Nov 28, 2012 1:35 pm    Post subject: Contact form Reply with quote

Name, E-Mail and Phone input fields are all same width, except that E-Mail input field is shifted to the right. How should I move the field (left) to line up with the others? I am otherwise a satisfied customer. Thanks!
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Thu Nov 29, 2012 7:02 am    Post subject: Reply Reply with quote

Please post a link to the form and I'll take a look. You can set the width of the email fields to match the other fields by clicking:

1. Edit
2. Form Questions
3. Click 'Edit' next to the email question.

Nick Ladd
myContactForm.com
Back to top
View user's profile
jock41



Joined: 28 Nov 2012
Posts: 3

PostPosted: Thu Nov 29, 2012 7:24 am    Post subject: Reply with quote

http://www.myfairviewchurch.org/contact.html
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Fri Nov 30, 2012 6:55 am    Post subject: Reply with quote

jock41 wrote:
http://www.myfairviewchurch.org/contact.html


I pulled the code off your site and embedded it into a blank webpage and it worked fine. This led me to believe that there is some external CSS causing this issue. Turns out, this is correct. If you look at the external style sheet (styles.css) that your site uses, you'll see the following at line 208:

Code:
#email {
    margin: 5px 20px 20px 40px;
}


This is adding a 40 pixel margin to the left of the email text box whereas your CSS is adding a 10pixel margin to the left of the other fields. If you remove this from the CSS file, or change it to the following, it will correct the issue:

Code:
#email {
    margin: 5px 20px 20px 10px;
}


Nick Ladd
myContactForm.com
Back to top
View user's profile
jock41



Joined: 28 Nov 2012
Posts: 3

PostPosted: Fri Nov 30, 2012 7:35 am    Post subject: Contact form Reply with quote

Thanks Nick! It works fine now. I appreciate the help.
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group