From: Anthony Talarico Date: Mon, 10 Dec 2018 19:29:03 +0000 (-0500) Subject: moving the county map action items to the left to hide it under the county map X-Git-Tag: v1.0.0^2~343 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d83b0a16aa586ac858b8d554c13ab2b78c12b377;p=WP-Themes%2Fuptravel.git moving the county map action items to the left to hide it under the county map --- diff --git a/css/app.css b/css/app.css index 1e50690..441444e 100644 --- a/css/app.css +++ b/css/app.css @@ -7470,7 +7470,7 @@ body .leaflet-bottom.leaflet-right { #county-action-items { position: absolute; bottom: -5px; - left: 0; + left: 5px; display: flex; justify-content: space-around; width: 500px; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 032e569..27b2fb5 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -85,7 +85,7 @@ body{ #county-action-items{ position: absolute; bottom: -5px; - left: 0; + left: 5px; display: flex; justify-content: space-around; width: 500px;