From: Anthony Talarico Date: Thu, 28 Jan 2016 15:58:43 +0000 (-0500) Subject: added bottom margin to separate search from off canvas menu X-Git-Tag: v1.0.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8c6373dcf0789b972e6fea4b846b006e752bd17e;p=WP-Themes%2Fsaultstemarie.git added bottom margin to separate search from off canvas menu --- diff --git a/css/app.css b/css/app.css index d60223c..2200cc7 100644 --- a/css/app.css +++ b/css/app.css @@ -6659,7 +6659,8 @@ header { #menu-top-menu-1 { margin-left: 16px; - margin-top: -40px; } + margin-top: -40px; + margin-bottom: 40px; } .offCanvasLinks { width: 89%; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index a2bb0e6..c232cd5 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -287,6 +287,7 @@ #menu-top-menu-1{ margin-left: 16px; margin-top: -40px; + margin-bottom: 40px; } .offCanvasLinks{ width: 89%;