diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html
index eec2cb50910c79200ee36a1d2a0c2c38775cf2c2..d6f6dd306e7d02759b9a83a7c9c34a8fde100eeb 100644
--- a/i2p2www/pages/global/layout.html
+++ b/i2p2www/pages/global/layout.html
@@ -30,14 +30,6 @@
       </nav>
     </header>
     <div class="container-fluid">
-        {%- if not self.content() and g.theme == 'danimoth' %}
-      <aside>
-        <div class="alert-message block-message warning news">
-          <h2>{% trans %}News &amp; Updates{% endtrans %}</h2>
-            {% include "blog/latest.html" %}
-        </div>
-      </aside>
-        {%- endif %}
 {%- if g.theme != "danimoth" %}
       <div id="content">
         {% block content_outer %}
diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css
index 00c81d6e10f175d3f834d92699ccf94abe5c1e9a..464a2650ed227090f58bd24443e5f23f129d3aed 100644
--- a/i2p2www/static/styles/danimoth.css
+++ b/i2p2www/static/styles/danimoth.css
@@ -33,7 +33,7 @@ div#cssmenu .right {
 
 nav.navigation {
     position: absolute;
-    margin: 260px 0 20px 20px;
+    margin: 13px 0 20px 20px;
     width: 180px;
     z-index: 1;
 }