diff --git a/scipost_django/scipost/templates/scipost/header.html b/scipost_django/scipost/templates/scipost/header.html
index 9bdf9d89782ab1e8287674bbe594d843a6f26058..7d98c60c0b65246bc7be511ae2283383780b430a 100644
--- a/scipost_django/scipost/templates/scipost/header.html
+++ b/scipost_django/scipost/templates/scipost/header.html
@@ -3,7 +3,7 @@
 
 <header>
 
-    <div class="d-lg-flex justify-content-between p-4 pb-0 pb-lg-4 w-100">
+    <div class="container d-lg-flex justify-content-between p-4 pb-0 pb-lg-4 w-100">
 
       <div class="me-2 my-4 my-md-auto" style="flex: 200px">
         <a href="{% url 'scipost:index' %}"><img src="{% static 'scipost/images/logo_scipost_RGB_HTML_groot.png' %}" class="m-0 p-0" alt="SciPost logo" style="max-width: unset;" width="180" height="55" /></a>
@@ -26,18 +26,5 @@
 	</div>
       {% endif %}
 
-      <div class="mt-4 my-lg-auto ms-2">
-	<form id="header-search-form" method="get" action="{% url 'scipost:search' %}">
-          <div class="form-floating">
-            <input type="text" id="headerSearchInput" class="form-control" name="q" placeholder="Search" value="{{ request.GET.q }}">
-	    <label for="headerSearchInput" class="text-white">
-	      Quick search&emsp;{% include 'bi/search.html' %}
-	    </label>
-	  </div>
-	</form>
-      </div>
     </div>
-
-
-
 </header>