Forums

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

Home Forums CSS LavaLamp menu (list) not centering horizontally Re: LavaLamp menu (list) not centering horizontally

#72885
chrisburton
Participant

@unfunction

.lavaLamp li {
float:left;
display:inline;
list-style: none;
line-height: 51px; /* vertically centers the text */
}