From: Anthony Talarico Date: Wed, 14 Sep 2016 20:32:24 +0000 (-0400) Subject: pushing date range in agenda view for recurring events under the event title for... X-Git-Tag: v1.4.0^2~37 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8ff31c161858d0c817902c81031e2747b15f4c75;p=WP-Plugins%2Fglm-member-db-events.git pushing date range in agenda view for recurring events under the event title for mobile view --- diff --git a/css/front.css b/css/front.css index 09a7b8a..a57fa09 100644 --- a/css/front.css +++ b/css/front.css @@ -338,12 +338,16 @@ span.agenda-event-weekday:first-child{ width: 55%; } } +@media (min-width: 320px) and (max-width: 415px){ + .agenda-event-name{ + width: 100%; + margin-bottom: 0px; + } + .agenda-event-recur-dates{ + width: 100%; + } +} .day-times-wrapper{ float: left; width:100% } -@media (max-width: 324px){ - .agenda-days-of-week{ - margin-left: 0px; - } -} \ No newline at end of file