Forums

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

Home Forums CSS [Solved] Textarea / Input / Form – Problem with spacing Re: [Solved] Textarea / Input / Form – Problem with spacing

#79124
Chris Coyier
Keymaster

at the top of your css code, put this..

*{
margin: 0 auto;
padding: 0;
}

See if that works.