Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Meine
Front End Web Development Techdegree Student 10,944 PointsOnline Registration Form project layout issues
This one is driving me bonkers! I've got everything else nailed at this point for the two mock-ups in the Registration Form project. The one thing that's eluding me still is getting the form fields to line up flush with the outer margins vertically, so they completely fill the allotted space. My submit button does this, but all the input fields and labels in the form seem auto-padded somehow, so aren't flush with the submit button. I've tried everything possible with width, margin and padding settings to get rid of this, but haven't found a solution that works satisfactorily. Thanks in advance for any assistance.
Taylor Espejo
3,939 PointsHey mate did you solve this in the end ?
1 Answer
Jonathan Meine
Front End Web Development Techdegree Student 10,944 PointsYes, it looked like that solution worked out for me and solved my layout issue. Thanks for inquiring!
Jonathan Meine
Front End Web Development Techdegree Student 10,944 PointsJonathan Meine
Front End Web Development Techdegree Student 10,944 PointsUpdate - I think I solved my issue finally by applying negative 10px left and right margins to my two form fieldsets. This pulled all the form elements out so they lined up flush with the submit button and form dividers. So looks like I'm good to go!