[Resolved] vertical-align logo, cart-symbol and menu-toggle in mobile menu

Home Forums Support [Resolved] vertical-align logo, cart-symbol and menu-toggle in mobile menu

Home Forums Support vertical-align logo, cart-symbol and menu-toggle in mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1180002
    Heinrich

    hi team,

    wonder how to vertical-align logo, cart-symbol and menu-toggle in mobile menu?

    #1180008
    Leo
    Staff
    Customer Support

    Hi there,

    It should be aligned by default. Is this not what you are seeing?
    https://www.screencast.com/t/h6AvSqtv

    #1180009
    Heinrich

    Sorry, I wasn’t specific enough. I want to align both other items at the bottom of the logo.

    #1180264
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    #mobile-header .mobile-bar-items a,
    #mobile-header .menu-toggle {
        line-height: 50px;
    }
    
    #mobile-header .mobile-bar-items,
    #mobile-header .menu-toggle {
        align-self: flex-end;
    }
    
    #mobile-header .site-logo {
        padding: 20px 0;
    }
    #1180309
    Heinrich

    hi tom, working perfectly fine. tks for help.

    #1180713
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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