From: Laury GvR Date: Thu, 1 Mar 2018 23:55:32 +0000 (-0500) Subject: Topbar dropdown menus enforced to drop the right direction X-Git-Tag: v1.0.0^2~55 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5b3e594aa37f850320967cfd37fae023caa10042;p=WP-Themes%2Fvisitbenzie.git Topbar dropdown menus enforced to drop the right direction --- diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 3519432..6f331a0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -210,7 +210,7 @@ } } } - &.drop-left { + &.drop-left:nth-child(n+3) { ul.dropdown { right: 0%; left: auto; @@ -225,6 +225,11 @@ ul.dropdown { left: 0%; right: auto; + li { + a { + text-align: left; + } + } } } // &.drop-right {