Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
does anyone know how I can solve this on mobile. On desktop it looks good but on mobile it does not
Solved! Go to the solution
This is an accepted solution.
Hi, @Lamyglam
Greetings from the Store Watchers Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Assets > base.css (file) and Paste the below code at the bottom of the file -> Save
@media (max-width: 749px){
.header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
}
2. After adding the above CSS, it looks like this
Let me know If need further assistance
Regards,
Store Watchers Support Team
This is an accepted solution.
Hi, @Lamyglam
Greetings from the Store Watchers Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Assets > base.css (file) and Paste the below code at the bottom of the file -> Save
@media (max-width: 749px){
.header {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
}
2. After adding the above CSS, it looks like this
Let me know If need further assistance
Regards,
Store Watchers Support Team
Thank you so much!
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