Hi!
I need to change order of the "rectangles" in Upcoming Events.
In the back office there is a Drag&Drop option but it's not working.
Can this be solved?
Thank you!
av
<div class="gkEventInfo">
<a href="{URL}"><img src="{IMAGE_SRC}" alt="{TITLE}" /></a>
<div>
<h3><a href="{URL}">{TITLE}</a></h3>
<small><i class="gk-icon-clock-solid"></i>{{eventhours}}</small>
</div>
</div>
<div class="gkEventInfo">
<img src="{IMAGE_SRC}" alt="{TITLE}" />
<div>
<h3>{TITLE}</h3>
<small><i class="gk-icon-clock-solid"></i>{{eventhours}}</small>
</div>
</div>