Hello,


Some of our OpenCart users have experienced the problem that the instant search widget does not appear under the search field, but instead at the very bottom of the page.


This happens because the element positioning is broken somehow on the page.


Here is the solution:


If you have an active Searchanise Pro subscription, define the class .snize-ac-results and set the position of the widget in it, for example:

.snize-ac-results {top: 96px; right: 340px;}

Adjust the position of the widget so that it matches the search box.


If you don't have a Pro subscription, you can add the class definition in your own CSS file. In this case, it is recommended to insert !important in the CSS rules.