Forums

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

Home Forums CSS simple vertical-align with position Reply To: simple vertical-align with position

#156976
Vishad
Participant

I saw your problem, i have some solution to it . hope it might useful to you

.top {
    background-color: red;
    line-height:0px;
}
.top .logo {
    margin-left: 10%;
  vertical-align:middle;
}
.top .menu {
  vertical-align:middle;
  margin-left:60%;

}