diff --git a/themes/bootstrap3/scss/bootstrap.scss b/themes/bootstrap3/scss/bootstrap.scss
index 059e51e15cb108560ba768bc896c831b3c84b3bf..7c0c8a17aa7851f43de78440af56dfe19c3aef42 100644
--- a/themes/bootstrap3/scss/bootstrap.scss
+++ b/themes/bootstrap3/scss/bootstrap.scss
@@ -225,18 +225,6 @@ footer {
   white-space: pre;
 }
 
-/* ------ Facets ------ */
-.date-fields {
-  display: flex;
-
-  .date-from { padding-right: .25rem; }
-  .date-to   { padding-left:  .25rem; }
-}
-@media (min-width: 768px) {
-  .author-facets { display: flex; }
-  .author-list { flex: 0 1 100%; }
-}
-
 /* ------ MyResearch ------ */
 .form-login .btn-link ~ .btn-link { padding-left: 0; } // Login link spacing
 .myresearch-menu a {
diff --git a/themes/bootstrap3/scss/components/sidebar.scss b/themes/bootstrap3/scss/components/sidebar.scss
index 163c15744cdcc981f12ef30311641f1be0b30177..85a4fd9343f2afca2d130076477496b57daac66f 100644
--- a/themes/bootstrap3/scss/components/sidebar.scss
+++ b/themes/bootstrap3/scss/components/sidebar.scss
@@ -165,3 +165,19 @@ body.rtl .full-facet-list .active .fa.fa-times { float: left; }
     border-bottom: 1px solid $list-group-border;
   }
 }
+
+
+.facet-range-form {
+  width: 100%;
+}
+.date-fields {
+  display: flex;
+
+  .date-from, .date-to { flex: 0 1 100%; }
+  .date-from { padding-right: .25rem; }
+  .date-to   { padding-left:  .25rem; }
+}
+@media (min-width: 768px) {
+  .author-facets { display: flex; }
+  .author-list { flex: 0 1 100%; }
+}