Is there a way to change theĀ EventTop thumbnail size? Thanks
Jan 6,2017 AT 4:51PM - 5 years ago -add the following css to myeventon>>>>styles
.eventon_events_list .eventon_list_event .ev_ftImg {
border-radius: 5px;
display: block;
height: 90%;
margin: auto 0 auto 10px;
max-height: 75px;
position: absolute;
width: 95px;
}
with the above code play with width in px and height in %
you can also make the margin smaller for more space
Having a larger thumbnail causes the date to appear over the image
this css pushess the date number to the right
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock {
left: 110px;
}