Shopify themes, liquid, logos, and UX
This is an accepted solution.
Hello @TBS2023 ,
I understand you are looking to make your Header section sticky on the mobile version.
Kindly add the below code at the bottom of the theme.liquid file before </body> tag and save for the desired output.
<style>
@media only screen and (max-width: 769px)
{
.site-header--opening .header-layout.header-layout--center {
display: flex !important;
}
.header-layout.header-layout--center {
position: sticky !important;
}
}
</style>
Output -:
I hope the code helps you.
Please share if you have any queries.
Thank you.
Hi @TBS2023. In impluse theme you will find the settings to make your header sticky. You can see the below image:
Let us know if you need any help. Have a great day.
Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> customization.
let me now if this was helpful.
Thanks
I already have this clicked- but it doesnt work on Mobile
Please share your website URL.
This is an accepted solution.
Hello @TBS2023 ,
I understand you are looking to make your Header section sticky on the mobile version.
Kindly add the below code at the bottom of the theme.liquid file before </body> tag and save for the desired output.
<style>
@media only screen and (max-width: 769px)
{
.site-header--opening .header-layout.header-layout--center {
display: flex !important;
}
.header-layout.header-layout--center {
position: sticky !important;
}
}
</style>
Output -:
I hope the code helps you.
Please share if you have any queries.
Thank you.
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