I am trying to use Toolset Blocks to create a content template which shows a View containing search results as images with an accompanying map.
Please view attached mockup for how it's supposed to be displayed, and how it's currently displaying.
You'll notice in the back-end of Toolset, the map is properly displaying on the right side, but when viewed on the front-end, the map is below the search results on the left side, instead of the right.
Thank you for getting in touch.
Can you try going through the basic debugging steps by temporarily disabling all your non-toolset plugins and checking again.
If the issue still remains after doing this please let me know and provide me with admin access to the site.
I will also need an exact link to the page where this issue is occurring.
The issue was that there was a div on your view that wasn't closed.
This is causing your map to be included in the column of your view. I went ahead and closed this div and the items should now be displaying in separate columns.