Hi there,
I’m building a new support site on my local machine, and one of the challenges I’m running into is that when the suggested search terms section is added, the search results end up falling below them on the page, which makes for an odd and potentially confusing user experience. I’m pretty handy with CSS but I can’t seem to alter this so that the search results end up directly under the search bar (which is what I want, see attached images for examples). Is there anything I can do to alter this behavior? My UX team thinks this is very important. We’ve tried adding our own suggested search buttons that fill the input fields, but there’s no way to trigger the search from there using jQuery or Javascript – it just fills the box with the text, but no search appears below. From what I can see in the code, the suggested search is wrapped in a <p id=”asp-try-1_1″ class=”asp-try asp-try-1″ > tag that is forcing the results to be displayed below it, but I’d like to have that disappear when the results are queued.
Please let me know if there’s anything that can be done to fix or modify this behavior! Thank you!