Archived topic
Search Box On Mobile Disappears
3 replies · Started by Andre on February 18, 2020
Hi again!
I would like to know how keep the search field box visible in mobile view. Everything is as I want it on desktop but reducing the screen size breaks the alignment and eventually makes the search box disappear. Maybe I'm tired or looking at the screen too long but that level of trouble shooting seems a little technical for me. Can I get some pointers to the issue please?
Hi there,
you have this CSS in your Simple CSS:
.mobile-bar-items .search-item {
display: none;
}
Remove it :)
Yup! That was it! Why that was there I'm not sure. I can manage the styling there after. Thank you!
Glad to be of help