Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
i want to make my mobile view header skicky on my desktop view it header is sticky but not not on mobile view
this my store link
https://dandsmart.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
hy, @DandSmart
Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media only screen and (max-width: 600px) {
.mobile-header-area.d-xl-none {
position: fixed !important;
z-index: 2 !important;
}
.col-12 {
margin-top: 83px !important;
}
}
</style>
This is an accepted solution.
hy, @DandSmart
Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
@media only screen and (max-width: 600px) {
.mobile-header-area.d-xl-none {
position: fixed !important;
z-index: 2 !important;
}
.col-12 {
margin-top: 83px !important;
}
}
</style>
it worked but the header looks bad.
position: sticky;
top: 0;
z-index: 1;
margin-block-end: 10px;
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