Help with search results

Hi,

I’m using Ethos with Pro and I can’t seem to get the search function to work. On top of that, I followed the instructions on this post https://theme.co/apex/forum/t/how-to-customize-the-search-page/27984/2 and the search doesn’t work.

Hi @mark,

It says invalid username. I can see search is working now:

The only issue I am seeing is part of the result is behind the header because you do have an absolute position header. Is that intended? If yes, try to move down search result content by adding this custom CSS on Theme Options > Global CSS:

.search .x-container.max.width.main {
    margin-top: 6em; /*6em is the height of your header*/
}

Hope this helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.