I am trying to: Have a search form on the front page as well as the search page
Link to a page where the issue can be seen: hidden link
I expected to see: The search results displayed next to the right hand column.
Instead, I got: The column shunted below the results.
I found this happening when using the search page on the front page and viewing results on the search page. I thought it was an issue with the redirect, but then I turned off ajax results and saw the same issue when using the search normally.
I did a bit of investigating using the compare plugin for notepad++ and it seems there are some missing div tags induced/missing when a full row of search results isn't returned. I compared the resulting html from 2 results with the default page load with 3 results using the most basic loop and result layout and after stripping out the extra result I could see that the side column bleeds into the search results container.
---------
All results displays fine ------- hidden link
incomplete row breaks layout ------ hidden link
---------------------
Hi Matthew,
Thank you for contacting us and I'd be happy to assist.
I've checked your view "Search page" and noticed that a closing div tag was missing, for the case of last padded item.
( screenshot: hidden link )
Adding that missing tag, fixed te issue.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar