From: Anthony Talarico Date: Wed, 16 Jan 2019 15:01:03 +0000 (-0500) Subject: fixing the offset for the county map dropdown starting left position X-Git-Tag: v1.0.0^2~121 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aafb4396f269b00828fa896d96a7540b6fe49d1d;p=WP-Themes%2Fuptravel.git fixing the offset for the county map dropdown starting left position --- diff --git a/css/app.css b/css/app.css index 071101f..0f6dac7 100644 --- a/css/app.css +++ b/css/app.css @@ -7945,7 +7945,7 @@ body .resetMap { transform: translateX(1%) !important; } body #county-map-dropdown { display: none; - transform: translateX(-42.5%); + transform: translateX(-37.5%); background-color: white; transition: transform 300ms ease-in-out; flex: 1 0 auto; } diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 5974d31..9b2a888 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -23,7 +23,7 @@ body{ } #county-map-dropdown{ display: none; - transform: translateX(-42.5%); + transform: translateX(-37.5%); background-color: white; transition: transform 300ms ease-in-out; flex: 1 0 auto;