hi Ernest,
Another issue I’m facing is that my vertical search result box is going in all vertical directions accros mobile, tablet and desktop. I tried to play with the verical margin, but I can’t seem to get grip on it.
The setting Layout Options > Results layout and fields > Results container margin does not seem to have any impact, even if I remove the below CSS:
/*Ajax search result position change*/
#ajaxsearchprores1_1, #ajaxsearchprores1_2, div.asp_r.asp_r_1 {
z-index: 2000;
position: relative;
margin-top: 500px!important;
}
/*same on mobile*/
@media screen and (max-width: 960px) {
#ajaxsearchprores1_1, #ajaxsearchprores1_2, div.asp_r.asp_r_1 {
z-index: 2000;
position: relative;
margin-top: 125px!important;
}}
Any advise is be highly appreciated!
Thanks,
Tom