Pretty hard to troubleshoot a CSS problem in your theme without a link.
Hmmm, excellent point. Sorry about that. http://www.iu.edu/~lets/personal-lecture-recording-request/
Thanks for the quick response!
I don’t think you are using the Field Layout properly. Do you want the labels to be on the left or are you trying to have your form items be in two different columns?
I would like for all the form items to be in a single column on the left side of the page. I realized, after your reply, I should not be using ‘left half,’ since I am not doing two columns. I went through and changed all my items to ‘default’ as the position, and made sure the form’s ‘Label Alignment’ was set to ‘Top Aligned.’ However, I still having an issue with the two textarea fields floating off to the right? Thanks again for your help.
In foundation.css on line 507:
input.input-text, textarea, select {
display: block;
margin-bottom: 9px;
}
Simply remove the display: block and it will display properly.
Awesome! Worked perfectly! Thanks again for your support! It’s a fantastic plugin, and I hope to be upgrading to Pro soon. Take care!