how to display result list over search field on tablet/smartphone
-
hi support team,
first of all, thank you very much for your great plugin.
i have a problem with the display of the results list on the tablet and the smartphone.
i would like the results list to be displayed above the search field (towards the top). i managed to do this on the desktop with the following code, but unfortunately it doesn’t work on the tablet and smartphone.
/* IVORY SEARCH | RESULTS TO TOP */
@media only screen and (max-width: 921px) {
div#is-ajax-search-result-2841 {
position: absolute;
left: 0;
top: 0;
transform: translateY(-115%);
z-index: 9999;
}
}furthermore, the results list on the tablet is displayed centered to the search field
but not on the smartphone, why is that?
i’ve tried a few things, but i couldn’t position the results list centered, as it is on the tablet.
I really hope that you can help me.
thank you very much in advance
best regards
sergioThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.