Search bar/icon missing in origin theme header

Website is crunchyveda.com and on mobile I noticed there is no search icon in the header I would like it to be near the cart icon. I tried searching for previous posts for help but my theme settings don’t look the same.

thanks,

dominique

@Majordom - add this css to the very end of your base.css file and check

@media screen and (max-width:749px){
.header>.header__search {grid-area: icons; display: block !important;}
}

1 Like

Thank you! Instant fix