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!
Shopify 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, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025