From: Anthony Talarico Date: Thu, 28 Jan 2016 17:23:44 +0000 (-0500) Subject: removed styles for second off canvas drop down X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=77e915527bc05afa4a5cab983510367323a13d1a;p=WP-Themes%2Fsaultstemarie.git removed styles for second off canvas drop down --- diff --git a/css/app.css b/css/app.css index 38f14c9..3f9f5f3 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } } diff --git a/js/app.js b/js/app.js index 586b673..0be6ec2 100644 --- 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"); - }); diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f1e5427..6bc740e 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -294,11 +294,11 @@ 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