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!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025