Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Why is this happening on mobile? I did not change my code for my header. This is really annoying. The hamburger icon was always on the left for small windows and mobile. How do I fix this?
Solved! Go to the solution
This is an accepted solution.
Hello @HempPapí ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.nav--mobile .menuToggle.header-hamburger {
left: 0;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @HempPapí ,
It is possible. Let's try adding the below code before </head>
<style>
.nav--mobile .logo-wrapper {
margin-left: 0 !important;
}
</style>
Best regards,
GemPages Support Team
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
This is an accepted solution.
Hello @HempPapí ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.nav--mobile .menuToggle.header-hamburger {
left: 0;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Thank you for that. The only problem now is that the logo is not centered in the middle. Is there a fix for that too?
This is an accepted solution.
Hello @HempPapí ,
It is possible. Let's try adding the below code before </head>
<style>
.nav--mobile .logo-wrapper {
margin-left: 0 !important;
}
</style>
Best regards,
GemPages Support Team
Yep, that worked too! you are forever appreciated! Problem is solved 100%.
Hello @HempPapí ,
I do appreciate your compliment!
Your kind words have just made my day.
Best regards,
GemPages Support Team
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025