Site logo

[Resolved] Navigation Bar

Home Forums Support [Resolved] Navigation Bar

Home Forums Support Navigation Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1529696
    izzilan

    I want create a rtl version but navigation is not very responsive and its not mobile friendly as well.

    #1530164
    Leo
    Staff
    Customer Support

    Hi there,

    Can you activate this option first?
    https://docs.generatepress.com/article/navigation-as-a-header/

    Let me know 🙂

    #1530608
    izzilan

    Activated the option but it still not align on mobile.

    #1531353
    Leo
    Staff
    Customer Support

    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/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.