Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] 100% Width for Email Field and Submit Button – Not Matching Up :/ Reply To: [Solved] 100% Width for Email Field and Submit Button – Not Matching Up :/

#183204
__
Participant

As you can see the email field is wider than the subscribe button.

That’s because the width of the text input is measured from the edges of its content area, while the width of the submit input is measured from its borders.

CSS Box Model

Learn about box-sizing.