Archived topic
main navigation would not vertically align in the middle
3 replies · Started by vazirj on July 4, 2016
Hi Thomas,
I am currently developing a website. The default should be aligned in the middle. But on my website, eslphilippines.com it would not vertically align on the middle. Is there a way to fix this? Thanks!
Josh
Hi there,
You'll need to move the navigation down with some CSS as the logo is much taller than the navigation.
For example:
@media (min-width: 769px) {
.main-navigation {
margin-top: 20px;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Adjust the px as needed :)
will try it then thanks!
You're welcome :)
