Shopify themes, liquid, logos, and UX
Hey, I messed up the header icon in mobile view of my shop, pls help me get them back to normal, I want them al to be in the size of the cart icon, but in a normal look.
additionally I turned on the accounts option and I still dont have log in option in mobile view, help me with that as well pls
Thanks in advance.
store link: https://7c8266-b4.myshopify.com/
Hello @Etay56
@media screen and (max-width: 989px) {
.header-wrapper .header {
display: grid;
grid-template-areas:
"left-icons heading icons" !important;
grid-template-columns: 1fr 2fr 1fr;
}
.header-wrapper .header header-drawer {
justify-self: start !important;
}
.header-wrapper .header .header__icons {
justify-self: end !important;
}
.header-wrapper .header .header__icons .header__icon--cart {
position: unset !important;
}
.header-wrapper .header .header__heading {
justify-self: center;
}
.header-wrapper .header .header__heading .header__heading-logo {
margin: 0;
}
.header-wrapper .header .header__icons .header__icon--account {
display: flex !important;
}
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025