Can you tell which blocks are you trying to move?
Inside layout.html If I put the block
{% include "searchbox.html" %}
at the end or beginning of the
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
{% block menu %}
block, I can successfully see the search field moving above or below the navigation.
I am using rtd theme, with few slight changes to the template (none to layout.htm, though), but I have a ./theme directory within my source folder which includes the various html templates.
HTH,
Stefano