Shopify themes, liquid, logos, and UX
Hello, So I Was Wondering How I Can Move The Cart & Menu Icon Down A Little So When I Open The Menu, It Won’t Run Into My Logo Because It Look Glitchy, Also I Wanna Make Menu Opening Smoother, It’s Jumping Out When You Click The Menu. Thanks
Store URL https://attractivist.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Check this one.
@media screen and (max-width: 767px) {
.header {
display: flex !important;
justify-content: end;
}
.header__icons, header-drawer {
margin-top: 10%;
}
}
@media screen and (max-width: 450px) {
.header__icons, header-drawer {
margin-top: 5%;
}
}
This is an accepted solution.
Check this one.
@media screen and (max-width: 767px) {
.header {
display: flex !important;
justify-content: end;
}
.header__icons, header-drawer {
margin-top: 10%;
}
}
@media screen and (max-width: 450px) {
.header__icons, header-drawer {
margin-top: 5%;
}
}
Thanks! It Worked 🙂 Also I Need The Coding To Make Hamburger Menu Come Out Smoothly
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025