Forums

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

Home Forums CSS Resize CSS problem Re: Resize CSS problem

#118234
SgtLegend
Member

Simply add `vertical-align: top` to the `#input_contact` selector and it will re-size the element from the top not the middle.

I updated your pen that includes the above and it fixes the transition.

http://codepen.io/ChrisUpjohn/pen/gyhIF