Hi Joyce!
I believe I see what the problem is. Since you included log-in details, I fixed it for you. The problem was, that the same search instance is twice on the same page, with a custom results and settings shortcode. This would not be an issue, however because of the custom results/settings position, the second search bar (in the content) pushes it’s results to the first bar container – as the settings shortcode was already found for the first one in the menu.
To resolve this, I have:
– Made a copy of the home search: https://i.imgur.com/P02Yow6.png
– Then replaced the content shortcode with this new search ID (same shortcode, different ID):
[php][wd_asp elements='search,results,settings' ratio='100%,100%,100%' id=3][/php]
Now, both searches will work.