From: Anthony Talarico Date: Fri, 12 Feb 2016 21:40:51 +0000 (-0500) Subject: adjusting drop down style for top bar menu for current number of page menu items X-Git-Tag: v1.0.0^2~191 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cd596df7c183f65ff7a28610ba648c6d8264a035;p=WP-Themes%2FDiscoverKZOO.git adjusting drop down style for top bar menu for current number of page menu items --- diff --git a/css/app.css b/css/app.css index ebb2924..c62201e 100644 --- a/css/app.css +++ b/css/app.css @@ -6485,14 +6485,14 @@ header { background: rgba(255, 255, 255, 0.85); border-top: 5px solid #db1f5d; width: 100%; - min-width: 900px; + min-width: 600px; max-width: 900px; max-height: 300px; float: left; left: 0; - column-count: 3; + column-count: 1; -webkit-column-count: 1; - -moz-column-count: 3; + -moz-column-count: 1; column-width: 300px; -webkit-column-width: 300px; -moz-column-width: 300px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index b227824..3d67a39 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -137,15 +137,15 @@ background: rgba($white, 0.85); border-top: 5px solid $pink; width: 100%; - min-width: 900px; + min-width: 600px; max-width: 900px; max-height: 300px ; // height: 173px !important; float: left; left: 0; - column-count: 3; + column-count: 1; -webkit-column-count: 1; - -moz-column-count: 3; + -moz-column-count: 1; column-width: 300px; -webkit-column-width: 300px; -moz-column-width: 300px;