Hello @jennarose ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code below:
@media screen and (max-width: 768px){
.header__icons .header__search {
display: inline-block !important;
}
}
Thanks