[Resolved] using elements with Hook in generate_inside_mobile_header

Home Forums Support [Resolved] using elements with Hook in generate_inside_mobile_header

Home Forums Support using elements with Hook in generate_inside_mobile_header

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1573540
    Bruce Wayne

    i will check this again tomorrow , thanks Leo sleeping now

    #1573659
    Leo
    Staff
    Customer Support

    Try something like this:

    @media (max-width: 768px) {
        .nav-aligned-center .main-navigation.has-branding .inside-navigation {
            justify-content: flex-end;
        }
        .navigation-branding, .site-logo.mobile-header-logo {
            order: 4;
            margin-right: 10px;
        }
        .main-navigation.has-branding .menu-toggle {
            order: 1;
            margin-left: 10px;
            margin-right: auto;
        }
    }
    #1573831
    Bruce Wayne

    i will try it later , thanks you can close this ticket

    #1574676
    Leo
    Staff
    Customer Support

    No problem 🙂

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