Hi,
I have a problem in my store:
My announcement bar is covering the search bar when opened, this in the mobile version
How can I fix this?
Hi,
I have a problem in my store:
My announcement bar is covering the search bar when opened, this in the mobile version
How can I fix this?
Hello @Dawenn
Hope you are doing well
Head to Online Store> Themes> Edit Code
Find the theme.css file and paste this code at very bottom of the file
@media screen and (max-width: 640px){
.header__search-bar-wrapper.is-fixed .search-bar {
margin-top: 35px!important;/* You can adjust the height */
}
}
Hopefully, it will help you. If yes then Please don’t forget to hit Like and Mark it as the solution!
Worked perfectly! Thank you, you saved me ![]()
Cool do let me know if there any more issue you faces