Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The search box’s positioning is absolute, so the height of box can’t be detected correctly. Resolve the issue is very simple, you only must to follow the steps below:

    1. Open the codepeople_search_in_place.js file in the text editor of your choice.

    2. Search the snippet of code:

    o.top+f.height()

    3. Add an integer number to set the results box below the search box. For example:

    o.top+f.height()+30

    4. Save changes and clears your browsers cache.

    That’s all.
    Kind regards.

    Thread Starter Li-An

    (@li-an)

    Thanks a lot ! I will look into my CSS to see if I can change the absolute thing so I won’t have to touch your code.

    try this

    .search-in-place{top:53px!important;}

    Thread Starter Li-An

    (@li-an)

    Thank you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A little presentation problem’ is closed to new replies.