I want to make my mobile view header skicky

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/

hy, @DandSmart

Go to Online Store
2) Edit Code
3) Find theme.liquid file

  1. Add the following code in the bottom of the file above tag.

it worked but the header looks bad.

You can try with :

{

position: sticky;

top: 0;

z-index: 1;

margin-block-end: 10px;

}