From: Anthony Talarico Date: Mon, 10 Dec 2018 19:36:50 +0000 (-0500) Subject: adjusting the county map position in lower bounds of large X-Git-Tag: v1.0.0^2~342 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3d52285658732495645c375c502d72f256a4b409;p=WP-Themes%2Fuptravel.git adjusting the county map position in lower bounds of large --- diff --git a/css/app.css b/css/app.css index 441444e..5c7c61e 100644 --- a/css/app.css +++ b/css/app.css @@ -7416,7 +7416,7 @@ body .agenda-date { background-color: #c0c0c0 !important; } body .counties-menu .sub-menu { - left: calc(-775px - 2.5vw) !important; + left: calc(-750px - 2.5vw) !important; max-width: 1030px; overflow: hidden !important; padding: 0 !important; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 27b2fb5..48d3a7d 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -1,7 +1,7 @@ body{ .counties-menu{ .sub-menu{ - left: calc(-775px - 2.5vw) !important; + left: calc(-750px - 2.5vw) !important; max-width: 1030px; overflow: hidden !important; .dropdown-menu-wrapper{