[Resolved] Moving the mobile logo to the right

Home Forums Support [Resolved] Moving the mobile logo to the right

Home Forums Support Moving the mobile logo to the right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1071604
    Jennifer

    My main navigation is with the navigation on the right, but on mobile, I’d like it on the left. I’ve tried a few of the suggestions I found in this forum, but none of them have worked so far.

    #1072255
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 769px) {
        .main-navigation:not(.slideout-navigation) .inside-navigation {
            flex-direction: row-reverse;
        }
        #site-navigation .navigation-branding {
            margin-left: auto;
            margin-right: 0;
        }
    }
    #1072933
    Jennifer

    That worked! Thank you so much!!

    #1073101
    David
    Staff
    Customer Support

    You’re welcome

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