diff --git a/app/views/admin/communication/websites/agenda/events/_form.html.erb b/app/views/admin/communication/websites/agenda/events/_form.html.erb
index d4240f6e685c6f9782ec165c22967f92092eb31d..f28e1850bbfd002d499919f5f9bd00074b0c22a4 100644
--- a/app/views/admin/communication/websites/agenda/events/_form.html.erb
+++ b/app/views/admin/communication/websites/agenda/events/_form.html.erb
@@ -11,12 +11,20 @@
       <div class="row pure__row--small">
         <div class="col-md-6">
           <%= f.input :from_day, html5: true %>
+        </div>
+        <div class="col-md-6">
           <%= f.input :from_hour, html5: true %>
         </div>
+      </div>
+      <div class="row pure__row--small">
         <div class="col-md-6">
           <%= f.input :to_day, html5: true %>
+        </div>
+        <div class="col-md-6">
           <%= f.input :to_hour, html5: true %>
         </div>
+      </div>
+      <div class="row pure__row--small">
         <div class="col-md-6">
           <%= render 'admin/application/meta_description/form', f: f, about: event %>
         </div>