Greetings using the Latest Events Module and alternative template. Its defaults to centre justification but I am not able to see how to get it justify left - I have tried float:left in custom css but no luck.
Any ideas?
Hello,
this is fixed in the next release. You can add:
.mod_events_latest_table {
text-align: left !important;
margin: auto auto;
}