From: Anthony Talarico Date: Wed, 9 Dec 2015 20:07:10 +0000 (-0500) Subject: fixed media query X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f50ecd0ee396cff12cd56a1007ae6bea15054662;p=WP-Themes%2Fthemoleholeonline.git fixed media query --- diff --git a/style.css b/style.css index 5b82a3e..ae064e1 100644 --- a/style.css +++ b/style.css @@ -38,7 +38,7 @@ Text Domain: galleria .single-product div.product .woocommerce-tabs{ display: none; } -@media (min-width: 320px) and (min-width: 800px ){ +@media (max-width: 320px) and (min-width: 800px ){ .nivo-caption{ background: transparent !important; }