From: Ian Weller Date: Wed, 16 Sep 2015 13:28:35 +0000 (-0400) Subject: needed more dropdown edits X-Git-Tag: v1.0.0^2~57 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ccce417c04283555fb8749eeaccd0c8aefb7b507;p=WP-Themes%2Fwesternup.git needed more dropdown edits --- diff --git a/css/app.css b/css/app.css index a33947b..24a4db2 100644 --- a/css/app.css +++ b/css/app.css @@ -6912,7 +6912,7 @@ h4 { left: auto !important; float: right !important; } .top-bar-section li.has-dropdown.not-click:hover > .dropdown { - width: 510px; } + width: 520px; } .top-bar-section > ul > li:before { content: "|"; position: absolute; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b8d07b4..d28f34c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -304,7 +304,7 @@ } li.has-dropdown.not-click:hover { & > .dropdown { - width: 510px; + width: 520px; } }