diff --git a/documentation/conf.py b/documentation/conf.py
index 713f090e2ee6adc672a3ce6baefd422958a99c97..15c1d38ac7561ab565fd51b734e2d0554b1a6c1b 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -116,7 +116,7 @@ html_theme_path = ["themes"]
 html_title = "EPICS Sequencer Home"
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
-html_short_title = "Home"
+#html_short_title = "Home"
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
diff --git a/documentation/templates/layout.html b/documentation/templates/layout.html
index 6850af06feece080f3a8141ebc3b8e632899b7da..11005fcc75c6422593257a45f0409c342a04b125 100644
--- a/documentation/templates/layout.html
+++ b/documentation/templates/layout.html
@@ -21,3 +21,7 @@
     </div>
 {%- endif %}
 {%- endblock %}
+
+{%- block rootrellink %}
+        <h2><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a></h2>
+{%- endblock %}
diff --git a/documentation/templates/searchbox.html b/documentation/themes/naturefixed/searchbox.html
similarity index 100%
rename from documentation/templates/searchbox.html
rename to documentation/themes/naturefixed/searchbox.html
diff --git a/documentation/themes/naturefixed/static/naturefixed.css_t b/documentation/themes/naturefixed/static/naturefixed.css_t
index 78fca0b5ce65468f8a0fab91865f12cbf0456a6b..f6e3edc59f6058c5ad9671010833694f3201e752 100644
--- a/documentation/themes/naturefixed/static/naturefixed.css_t
+++ b/documentation/themes/naturefixed/static/naturefixed.css_t
@@ -8,9 +8,9 @@
  * :license: BSD, see LICENSE for details.
  *
  */
- 
+
 @import url("nature.css");
- 
+
 /* -- page layout ----------------------------------------------------------- */
 
 div.related {
@@ -23,6 +23,10 @@ div.related {
     width: 100%;
 }
 
+div.related h2 {
+    margin-top: 0;
+}
+
 div.document {
     position: fixed;
     top: 30px;