removed styles for second off canvas drop down
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 17:23:44 +0000 (12:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jan 2016 17:23:44 +0000 (12:23 -0500)
css/app.css
js/app.js
scss/_topbar.scss

index 38f14c9..3f9f5f3 100644 (file)
@@ -6666,14 +6666,6 @@ header {
     margin-left: -77px;
     min-width: 220px; } }
 
-#menu-top-menu-1 {
-  margin-left: 16px;
-  margin-top: -40px;
-  margin-bottom: 40px; }
-
-.offCanvasLinks {
-  width: 89%; }
-
 @media screen and (max-width: 1024px) {
   main.page-front {
     padding: 0; } }
index 586b673..0be6ec2 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -201,5 +201,4 @@ $(document).ready(function () {
        $(this).removeClass("active") ;
     });
     $("#menu-top-menu-1").children("li:nth-child(2)").children("a:nth-child(1)").addClass("offCanvasLinks");
-
 });
index f1e5427..6bc740e 100644 (file)
     min-width: 220px;
 }
 }
-#menu-top-menu-1{
-    margin-left: 16px;
-    margin-top: -40px;
-    margin-bottom: 40px;
-}
-.offCanvasLinks{
-    width: 89%;
-}
\ No newline at end of file
+//#menu-top-menu-1{
+//    margin-left: 16px;
+//    margin-top: -40px;
+//    margin-bottom: 40px;
+//}
+//.offCanvasLinks{
+//    width: 89%;
+//}
\ No newline at end of file