Archived topic
Vertically center align primary nav in header
1 reply · Started by Jeremy on September 30, 2019
Viewing posts 1–2 of 2
Hello,
Trying to vertically align my primary menu in the header. Please see here:
http://37.60.251.180/~jeremyfu/msdomingolawgroup.com/
Thank you in advance.
- Jeremy
Hi there,
couple of options with floated navigation:
1. Increase the menu item height to match the logo.
2. Some CSS:
@media (min-width: 769px) {
.main-navigation {
margin-top: 25px;
}
}
This archived topic is closed to new replies.