Wednesday, June 12, 2013

CSS - Bottom for element with DIV

If you want use vertical-align  in CSS. You need change display for div or any element that you want.
This is code example

.top-menu .container .main-menu .logo {
  1. displaytable-cell;
  2. vertical-alignbottom;
  3. height37px;
  4. padding-bottom18px;
}

Good luck to you.

No comments:

Post a Comment