Archived topic
Navigation Bar
3 replies · Started by izzilan on November 13, 2020
Viewing posts 1–4 of 4
I want create a rtl version but navigation is not very responsive and its not mobile friendly as well.
Hi there,
Can you activate this option first?
https://docs.generatepress.com/article/navigation-as-a-header/
Let me know :)
Activated the option but it still not align on mobile.
Try this CSS:
@media (max-width: 768px) {
.main-navigation .inside-navigation {
justify-content: flex-start;
}
.mobile-header-navigation.has-menu-bar-items .mobile-header-logo {
margin-right: 0;
margin-left: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.