Forum Moderators: not2easy
I'm trying to get my inputs to be the full width of it's container up to 600px.
Right now it seems like the width is setting to 100% of the page.
The problem is that <input> is an inline element and you can't set it's width unless you set it to display:block or display:inline-block