Forums

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

Home Forums CSS How do I center these Nav buttons? Re: How do I center these Nav buttons?

#64098
TheDoc
Member

For vertical alignment, what you can do is take the height of the nav and apply that to the line-height as well.

For example, if you nav button was 50px tall, you would apply line-height: 50px;