Archived topic
logo left, nav center, xyz right
3 replies · Started by Tyler on July 30, 2019
Viewing posts 1–4 of 4
Hey Tom!
Is there a way to apply this:
https://docs.generatepress.com/article/navigation-as-a-header/
and have the logo align left, and nav menu center?
Hi there,
you can try this CSS:
@media (max-width: 768px) {
.navigation-branding {
position: absolute;
left: 0;
}
}
thank you sir!
Glad to be of help.
This archived topic is closed to new replies.