From: Anthony Talarico Date: Mon, 1 Feb 2016 17:46:08 +0000 (-0500) Subject: moving headerLinks up a pixel to prevent premature dropdown closing X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9fd057a7d496496a6768cbb60bd8abbd112a4f67;p=WP-Themes%2Fsaultstemarie.git moving headerLinks up a pixel to prevent premature dropdown closing --- diff --git a/css/app.css b/css/app.css index 6309ce8..59576bf 100644 --- a/css/app.css +++ b/css/app.css @@ -6666,6 +6666,9 @@ header { margin-left: -77px; min-width: 220px; } } +#headerLinks { + top: -1px; } + @media screen and (max-width: 1024px) { main.page-front { padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 27ae9e5..f2f4699 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -294,6 +294,12 @@ min-width: 220px; } } +#headerLinks ul li .dropdown{ + +} +#headerLinks{ + top: -1px; +} //#menu-top-menu-1{ // margin-left: 16px; // margin-top: -40px;