From: Anthony Talarico Date: Wed, 27 Jan 2016 18:51:46 +0000 (-0500) Subject: testing margin-left for dropdown X-Git-Tag: v1.0.0^2~71 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=11074daab685e2d44163b6c686a89dff02a306ce;p=WP-Themes%2Fsaultstemarie.git testing margin-left for dropdown --- diff --git a/css/app.css b/css/app.css index d5edd6d..1c0743b 100644 --- a/css/app.css +++ b/css/app.css @@ -6618,6 +6618,9 @@ header { #headerLinks > ul#menu-top-menu > li { padding: 0px 5px; } +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown { + margin-left: 5px; } + @media screen and (max-width: 1024px) { main.page-front { padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 92287c9..fd5166d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -240,6 +240,6 @@ #headerLinks > ul#menu-top-menu > li{ padding: 0px 5px; } -#socialLinks{ - -} \ No newline at end of file +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{ + margin-left: 5px; +}