Prestige theme sticky header only for mobile

Prestige theme sticky header only for mobile

Marllz
Excursionist
20 0 11

So im trying to make my header sticky only for my mobile view but not desktop but somehow on my prestige theme menu it doesnt have that feature so i believe it requires some coding. Anybody can help me with this?

 

Thanks in advance !

 

 

Replies 5 (5)

dmwwebartisan
Shopify Partner
12321 2552 3729

@Marllz 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Marllz
Excursionist
20 0 11

my url is mispacci.myshopify.com

dmwwebartisan
Shopify Partner
12321 2552 3729

@Marllz 

This is code customization work.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
diego_ezfy
Shopify Partner
2969 571 910

@Marllz, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

@media (min-width: 750px){
    #shopify-section-header{
    position: static !important;   
}
}



Kind regards,
Diego

Marllz
Excursionist
20 0 11

it works but the menu on my header is gone any idea ?