From: Ian Weller Date: Wed, 10 Aug 2016 20:46:08 +0000 (-0400) Subject: still fiddleing for the second li X-Git-Tag: v1.0.0^2~149 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6dc377cc62ce9f63bf8acd452e8b27c2e3555a9a;p=WP-Themes%2Fpetoskeyarea.git still fiddleing for the second li --- diff --git a/css/app.css b/css/app.css index fbe4a23..f310064 100644 --- a/css/app.css +++ b/css/app.css @@ -6435,7 +6435,7 @@ header { .top-bar-section ul li.has-dropdown:nth-child(2):hover:after { content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 15%; bottom: -6px; } .top-bar-section ul li.has-dropdown ul.dropdown { background: #FFFFFF; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 1935c25..12d9ca3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -57,7 +57,7 @@ &:after { content: url(../assets/dropdown-hlighlight-big.png); position: absolute; - left: 20%; + left: 15%; bottom: -6px; } }