Home › Forums › Support › Center menu with logo › Reply To: Center menu with logo
October 7, 2016 at 8:44 am
#233209
Lead Developer
Lead Developer
You might need to add top margin to the menu:
@media (min-width: 769px) {
.main-navigation:not(.is_stuck) {
margin-top: 20px;
}
.main-navigation:not(.navigation-clone) {
margin-top: 20px;
}
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development