Tagged: x
-
AuthorPosts
-
March 22, 2017 at 2:15 pm #1416648
Hi, the search feature on my site is working great. however i noticed that if you search the site and put a space between the words, the results do not come up. How can i get the search to allow spaces to work?
March 22, 2017 at 2:16 pm #1416649This reply has been marked as private.March 22, 2017 at 5:15 pm #1416873I apologize. it is working correctly. what was throwing me off was under mobile view, when i search for something it displays the search bar, archives, categories and login.
I have this code in place to remove it from normal desktop view but it doesnt seem to work under mobile view.
.search.search-results aside.x-sidebar.nano.has-scrollbar {
display: none !important;
}.search.search-results .x-slider-container.below {
width: 100% !important;
}body.search.search-results {
padding: 0 !important;
}.search.search-results .x-navbar.x-navbar-fixed-top {
width: 100% !important;
}.search.search-results .x-slider-container.below {
display: none !important;
}March 22, 2017 at 5:25 pm #1416880Please disregard. i was able to resolve the issue.
March 22, 2017 at 10:06 pm #1417141Happy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts