From: Anthony Talarico Date: Tue, 20 Dec 2016 14:02:07 +0000 (-0500) Subject: adding important to the event dropdown nav menu to test specificity X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=de6b7e083609d44f69da8564a74273d76fd8c736;p=WP-Themes%2Fmackinawareavb.git adding important to the event dropdown nav menu to test specificity --- diff --git a/css/app.css b/css/app.css index 1cb8488..efd57bf 100644 --- a/css/app.css +++ b/css/app.css @@ -6669,7 +6669,7 @@ body #interactive-map ul.map-dropdown { .info ul.dropdown { right: -120px !important; } .event ul.dropdown { - left: -175px; } } + left: -175px !important; } } main { padding-bottom: 376px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f03f81a..a7a8be3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -349,7 +349,7 @@ body #interactive-map{ } .event{ ul.dropdown{ - left: -175px; + left: -175px !important; } } } \ No newline at end of file