adriannexo
-
Posts
16 -
Joined
-
Last visited
Community Answers
-
adriannexo's post in Event Page Overlap on Mobile?? was marked as the answer
Tuanphan is a HERO and helped me out.
In case anyone else is in need, here is the fix:
/* Mobile Events */ @media screen and (max-width:767px) { .eventlist-column-date { width: 35% !important; } .eventlist-column-info { margin-left: 35%; width: 65% !important; }}