Site logo

Archived topic

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

5 replies · Started by Heinrich on February 28, 2020

Viewing posts 1–6 of 6

hi team,

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

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

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;
}

hi tom, working perfectly fine. tks for help.

You're welcome :)

This archived topic is closed to new replies.