Hey guys,
I have a question concerning the order in which the date data (day, month, year) of events are displayed.
Right now, the date is displayed in the following order (from top to bottom): year, day, month. But I would like to change it to: day, month, year. How can I do that?
Thanks for your support!
Feb 19,2017 AT 4:00AM - 5 years ago -Not 100$ sure where you are refering to within eventon
but in wordpress>>>>>settings>>>>general
in the time settings put custom and d/m/Y
Thank you for your answer.
I am refering to this: http://imgur.com/oHoXHY1
Changing the time settings in wordpress does not fix it.
this css will move the month up to the top
.evcal_cblock .evo_date .start em {
margin-top: -40px;
}
but to move the year down you would need custom programing as it is changing the way eventon displays
For customization job, please fill up the customization request form and send us a request.