From: Anthony Talarico Date: Fri, 19 Jan 2018 20:34:24 +0000 (-0500) Subject: fixing action items in mobile X-Git-Tag: v1.0.7^2~1^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bc9e49994b1d7ca15d85e7588e65e00acc88041a;p=WP-Themes%2Fbrewbakers.git fixing action items in mobile mobile view action items needed 100% width --- diff --git a/css/app.css b/css/app.css index f359ef3..d60fe4d 100644 --- a/css/app.css +++ b/css/app.css @@ -7457,7 +7457,7 @@ html #manufacturers-brands-container .manufacturer-brand { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; - min-width: 280px; + min-width: 100%; left: 0 !important; } } .glm-rv-brand-list.f-dropdown .glm-rv-brand { list-style: none; diff --git a/scss/_structure.scss b/scss/_structure.scss index fef3c02..fc70c35 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -102,7 +102,7 @@ html { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; - + @media #{$medium-up}{ min-width: 350px; } @@ -118,7 +118,7 @@ html { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; - min-width: 280px; + min-width: 100%; left: 0 !important; }