Reply To: Center menu with logo

Home Forums Support Center menu with logo Reply To: Center menu with logo

Home Forums Support Center menu with logo Reply To: Center menu with logo

#233209
Tom
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;
    }
}