[Resolved] Secondary Navigation alignment doesn´t work in Mobile View

Home Forums Support [Resolved] Secondary Navigation alignment doesn´t work in Mobile View

Home Forums Support Secondary Navigation alignment doesn´t work in Mobile View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #875326
    ghazii

    Hello,

    I would like to display the secondary navigation on mobile devices on the right side.
    I have made the setting in the customizer. On the desktop that works too, but the navigation is centered on the mobile. I have tried all conceivable constellations of settings … unfortunately without success. Can you help me ?

    Thank you
    Michael

    #875430
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
    
        .secondary-navigation .main-nav ul li a,
        .secondary-navigation .menu-toggle {
            text-align: right;
        }
    }
    #875517
    ghazii

    Thank you so much…it works 😉

    #875520
    David
    Staff
    Customer Support

    Glad to be of help.

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