From: Anthony Talarico Date: Tue, 29 Dec 2015 15:43:11 +0000 (-0500) Subject: adjusted search bar position X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ff6c63fdd105972c139f12e7444824ed04648879;p=WP-Themes%2Fmichsci.git adjusted search bar position --- diff --git a/css/app.css b/css/app.css index c175afd..2004c1a 100644 --- a/css/app.css +++ b/css/app.css @@ -6937,7 +6937,7 @@ header { header .top-bar .top-bar-section .search-input { position: relative; - left: 930px; + left: 915px; top: -54px; width: 142px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 533cbde..11c4f46 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -76,7 +76,7 @@ } header .top-bar .top-bar-section .search-input{ position: relative; - left: 930px; + left: 915px; top: -54px; width: 142px; }