Forums

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

Home Forums CSS Position item at bottom of div Reply To: Position item at bottom of div

#245635
Atelierbram
Participant

Try margin-top: auto;

.icon--info {
  /* stuff */
  margin-top: auto;
}