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;
}
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.



