From: Ian Weller Date: Tue, 20 Oct 2015 16:18:57 +0000 (-0400) Subject: dropdown padding adjustment retry X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=efe4b178144d4b67233570544a3fafb67ec99bb4;p=WP-Themes%2Fwesternup.git dropdown padding adjustment retry --- diff --git a/css/app.css b/css/app.css index 2647f80..c3c9268 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,7 +6854,7 @@ h4 { width: auto; min-width: 500px; height: 100%; - padding: 135px 10px 10px 15px; } + padding: 145px 10px 10px 15px; } .top-bar-section ul.top-bar-menu li .dropdown:before { z-index: -2; position: absolute; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5b41c4d..0e9e633 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -134,7 +134,7 @@ width: auto; min-width: 500px; height: 100%; - padding: 135px 10px 10px 15px; + padding: 145px 10px 10px 15px; // margin-top: -10px; // column-count: 2; &:before {