Archived topic
Positioning primary and secondary navigation above one another
3 replies · Started by Michelle on September 11, 2017
Hey GP Team,
I need to position my primary and secondary navigation one on top of the other, both floated right of the logo (vertically aligned) in the same container.
I have set them to both float right, but there is a huge space between them.
How can I fix this?
http://divinehealth.michellec.co
Hi there,
Add this CSS:
@media (min-width: 769px) {
.nav-float-right .site-logo {
float: left;
}
}
Then remove this CSS you added:
.nav-float-right .inside-header .main-navigation {
margin-top: 75px;
}
Thank you Tom! You and your team are doing such a phenomenal job of providing first class support!!
I am very grateful for your help.
Glad I could help! :)