How can I fix inconsistent search bar positioning?

Is there a way to fix this issue where my search bar is inconsistent in it’s positioning across various platforms and it doesnt stick to below the header

Welcome to shopify community.

Please share your store URL and if your store is password protected then provide password too.

Thank you.

hello, hre us the store https://weavvehome.com/ url

Welcome to shopify community. Please add below code in bottom of assets/theme.scss.css file.

#SearchDrawer {

position: fixed;

}

.search-bar__form {

border: 1px solid #000 !important;

border-radius: 5px;

}

the code actually works, but can this be done if i wanted it to pop up below the menu instead?

Welcome to shopify community. Please add below code in bottom of assets/theme.scss.css file.

#SearchDrawer {

margin-top: 61px;

}

hope, may this code is perfect for your outlook.

Appreciate the effort :slightly_smiling_face: but as of right now, it doesnt fit to all the devices if I used that code instead