Hi Guys
I have this situation:

Both Primary and Secondary navigation customizer settings:
– Navigation Width: Contained
– Inner Navigation Width: Contained
– Navigation Alignment: Left
– Navigation Location: Float Right
And this CSS:
@media (min-width: 769px) {
.nav-float-right .site-logo {
float: left;
}
}
QUESTION: What’s the best way to swap positions between them. I mean, primary navigation above and secondary navigation below?
Thanks in advance.
GP Premium 1.7.8