From: Anthony Talarico Date: Fri, 1 Feb 2019 21:19:47 +0000 (-0500) Subject: increasing width of the county dropdown map and pushing it to the left X-Git-Tag: v1.0.0^2~111 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4bda6f568949c333d0413e113b1eeabb88f49b24;p=WP-Themes%2Fuptravel.git increasing width of the county dropdown map and pushing it to the left --- diff --git a/css/app.css b/css/app.css index 75c236f..85ed59d 100644 --- a/css/app.css +++ b/css/app.css @@ -7934,7 +7934,7 @@ body .glm-itinerary-list .glm-itinerary-list-item .glm-itinerary-item-title { body .counties-menu .sub-menu { left: calc(-770px - 2.5vw) !important; - width: 1024px !important; + width: 1215px !important; overflow: hidden !important; border: 10px solid #4a7059; } body .counties-menu .sub-menu .dropdown-menu-wrapper { diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index e8f3135..64764b9 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -1,8 +1,8 @@ body{ .counties-menu{ .sub-menu{ - left: calc(-770px - 2.5vw) !important; - width: 1024px !important; + left: calc(-810px - 2.5vw) !important; + width: 1215px !important; overflow: hidden !important; .dropdown-menu-wrapper{ -moz-column-count: 2;