Hi éric,
OK. Please try
1. Please go to modlistevents.css file (modules/mod_jux_eventon_events/assets/css)
line 80
add css
text-align:center
2. Please go to default.php (modules/mod_jux_eventon_events/tmpl)
edit line 69
<a class="" href="<?php if($row->price ) echo $eventlink; else echo "#"?>">
1 - I added a line 81 :
text-align: center;
result : OK
2 - i edit line 69 :
I replace :
<a class="" href="<?php echo $eventlink; ?>">
to :
<a class="" href="<?php if($row->price ) echo $eventlink; else echo "#"?>">
result : NO OK
. no apparent change
. one change: the "FREE" link go to the home page and not to the event as before the change.