Archived topic
Move main menu to the bottom of the header
1 reply · Started by xdexx on May 6, 2020
Hello,
Could you please help me move main menu navigation to the bottom of the header, so it is aligned with the bottom of the logo. Here you can see what I mean: https://www.dropbox.com/s/gs3hdr170wvexxk/Firefox_Screenshot.png?dl=0
Thank you very much,
Dejan
Hi there,
Can you try reducing the menu item height first:
https://docs.generatepress.com/article/menu-item-height-width/
Then try CSS like this:
@media (min-width: 769px) {
.main-navigation {
margin-top: 50px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)