From: Ian Weller Date: Fri, 15 Jul 2016 13:27:03 +0000 (-0400) Subject: think I figured out the padding situation X-Git-Tag: v1.0.0^2~51 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fd862daa560afd58ca535c6788b498981f4e4756;p=WP-Themes%2Fpetoskey.git think I figured out the padding situation --- diff --git a/css/app.css b/css/app.css index df84faf..0c5c7e1 100644 --- a/css/app.css +++ b/css/app.css @@ -6442,12 +6442,12 @@ header { box-shadow: 0 0 0 1px #90c7db, 0 5px 0 1px #90c7db, 0 10px 0 1px #90c7db; } .top-bar-section ul li.menu-icon ul.dropdown { position: relative; - padding: 10px 10px 0; - min-width: 885px; + padding: 10px 5.5px 0; + min-width: 860px; width: 100%; background: #FFFFFF; } .top-bar-section ul li.menu-icon ul.dropdown li { - width: 24%; } + width: 25%; } .top-bar-section ul li.menu-icon ul.dropdown li a { text-align: center; min-width: 200px; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 3695257..d5059eb 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -41,12 +41,12 @@ } ul.dropdown { position: relative; - padding: 10px 10px 0; - min-width: 885px; + padding: 10px 5.5px 0; + min-width: 860px; width: 100%; background: $white; li { - width: 24%; + width: 25%; a { text-align: center; min-width: 200px;