diff --git a/ckanext/odsh/templates/organization/read_base.html b/ckanext/odsh/templates/organization/read_base.html
index 6277b79f8023d13753e6e112887557ca87c16119..32a5555be1b61f86741f0aa965abadda12858667 100644
--- a/ckanext/odsh/templates/organization/read_base.html
+++ b/ckanext/odsh/templates/organization/read_base.html
@@ -13,13 +13,13 @@
 
 {% block page_header %}
 <div class="odsh-dataset-heading">
-    <div class="pull-right">
-        {% if h.check_access('organization_update', {'id': group_dict.id}) %}
-        {% link_for _('Manage'), named_route=group_type+'.edit', id=group_dict.name, class_='btn btn-primary btn-add-dataset',
-        icon='wrench' %}
-        {% endif %}
-    </div>
-    <h2> {{ group_dict.title or group_dict.name }} </h2>
+  <div>
+    <h2>{{ group_dict.title or group_dict.name }}</h2>
+    {% if h.check_access('organization_update', {'id': group_dict.id}) %}
+      {% link_for _('Manage'), named_route=group_type+'.edit', id=group_dict.name, class_='btn btn-primary btn-add-dataset',
+      icon='wrench' %}
+    {% endif %}
+  </div>
 </div>
 {% if group_dict.description %}
 <div class="organizaion-full-description with-bottom-line">