Card/Grid Style Event List format
-
Hello,
I am trying to format the default event list (Events>Settings>Formatting) into card / grid style. Something like https://codepen.io/jmegs/pen/opbyXg.
I have format it like this:
<div class="eventcard"> <a href="#_EVENTURL"> <div class="eventimg">#_EVENTIMAGE</div> <div class="eventinfo"> <div class="eventdate"><b>#_EVENTDATES</b></div> <div class="eventtime">#_12HSTARTTIME</div> <div class="eventname"><b>#_EVENTLINK</b></div> {has_location}<div class="eventloc">#_LOCATIONTOWN, #_LOCATIONSTATE</div>{/has_location} <div class="eventcat">#_EVENTCATEGORIES</div> <div class="eventspace">Available Space(s): #_AVAILABLESPACES</div> </div> </a> </div>
How can I make it to display in card style?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Card/Grid Style Event List format’ is closed to new replies.