From 31ef14ebab5c51b5076b8c4ff12523d9a05fd077 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 16 Sep 2019 16:54:53 -0400 Subject: [PATCH] adjusted the way to set the width of search bar --- css/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index d3ff81a..f6f4b19 100644 --- a/css/style.css +++ b/css/style.css @@ -187,11 +187,6 @@ nav .search-block-form { top: 30px; } -input#edit-keys { - max-width: 250px; - float: right; -} - /* * @media screen and (min-width: 520px) and (max-width: 599px) { * .logo img { margin-left: 50px; } @@ -211,6 +206,11 @@ input#edit-keys { * */ +.region-navigation-collapsible .search-block-form { + float: right; + width: 210px; +} + @media screen and (min-width: 768px) { .navbar-default { @@ -226,9 +226,7 @@ input#edit-keys { background: none; } .region-navigation-collapsible .search-block-form { - float: right; padding-top: 30px; - width: 210px; } } -- 2.25.1