From: Anthony Talarico Date: Wed, 15 Aug 2018 19:17:11 +0000 (-0400) Subject: fixing the footer client info in mobile view X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=02f11368c793d18f854d541e5a2136c91c0f2d6d;p=WP-Themes%2Fnorthlandstorage.git fixing the footer client info in mobile view --- diff --git a/style.css b/style.css index 7fe507d..ab33c49 100644 --- a/style.css +++ b/style.css @@ -2405,6 +2405,11 @@ Footer Section float: left; /* padding-right: 60px; */ } +@media (max-width: 600px){ + .location_1, .location_2{ + float: none; + } +} .businessName{ display: block; text-align: center;