diff --git a/apps/member/templates/member/noteowner_detail.html b/apps/member/templates/member/noteowner_detail.html
index 93ba19ef1118d138224a08e32f67d536481062a5..d97f723a391b7d8aea238ff39ec32c9bf9fabdb1 100644
--- a/apps/member/templates/member/noteowner_detail.html
+++ b/apps/member/templates/member/noteowner_detail.html
@@ -5,16 +5,19 @@
 {% load pretty_money %}
 
 {% block content %}
-<div class="row mt-4">
-    <div class="col-xl-4">
-        {% block profile_info %}
-        {% endblock %}
+    <div class="row mt-4">
+        <div class="col-xl-4">
+            {% block profile_info %}
+            {% endblock %}
+        </div>
+        <div class="col-xl-8">
+            {% block profile_content %}
+            {% endblock %}
+        </div>
     </div>
-    <div class="col-xl-8">
-        {% block profile_content %}
-        {% endblock %}
-    </div>
-</div>
+
+    {% block extra_content %}
+    {% endblock %}
 {% endblock %}
 
 {% block extrajavascript %}
diff --git a/apps/note/templates/note/search_transactions.html b/apps/note/templates/note/search_transactions.html
index 62c4579703a4a2def4a52985ba8db67a95a9850e..2504d5fef640f283f828418259c413f13c2118a5 100644
--- a/apps/note/templates/note/search_transactions.html
+++ b/apps/note/templates/note/search_transactions.html
@@ -20,6 +20,9 @@
 
 {% block profile_content %}
     {% crispy form %}
+{% endblock %}
+
+{% block extra_content %}
     <div id="table">
         {% render_table table %}
     </div>
diff --git a/apps/note/templates/note/transactiontemplate_list.html b/apps/note/templates/note/transactiontemplate_list.html
index ec95313ea771737c8d822306686099d1f2f5467e..91b347285475ac5e111a1c78a936dab97cea78d0 100644
--- a/apps/note/templates/note/transactiontemplate_list.html
+++ b/apps/note/templates/note/transactiontemplate_list.html
@@ -11,7 +11,7 @@
     </div>
 </div>
 <div class="row justify-content-center">   
-    <div class="col-md-10">
+    <div class="col-md-12">
         <div class="card card-border shadow">
             <div class="card-header text-center">
                 <h5> {% trans "buttons listing "%}</h5>