From 833d9d30a102121021e494a77744950c5ed264cc Mon Sep 17 00:00:00 2001 From: Frank Li Date: Thu, 13 Jul 2017 15:27:24 -0700 Subject: [PATCH] Fix search bar positioning in header Adding this style change should fix the search bar. Could someone advise on where the best place to put it in the file would actually be, and if this is the right way to approach a fix? Thanks. --- lib/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/static/css/main.css b/lib/static/css/main.css index 3fbe2e6a23..5cdf47a1aa 100644 --- a/lib/static/css/main.css +++ b/lib/static/css/main.css @@ -1876,3 +1876,6 @@ footer .copyright { color: rgba(255, 255, 255, 0.4); text-align: center; } +.algolia-autocomplete { + bottom: 10px; +}