@Sean
Thanks a lot
In custom css file a have the following:
div.CALEXT .event .symbol {
order:1;
display:block;
flex-basis: 30px; // Modify this
text-align:center;
min-width: 50px; // Modify this
font-size: 150%; // Add this
}
div.CALEXT .events .symbol.emoji {
font-size: 150%; //Adjust this as your wish. you can use px or %
}
div.CALEXT .events .symbol.font-awesome {
font-size: 250%; //Adjust this as your wish. you can use px or %
}
div.CALEXT .tableStyle .eventTime {
display:block;
}
.CALEXT .eventTime {
font-size: 80%;
line-height:110%;
}
.CALEXT .eventContent {
font-size: 250%;
line-height:110%;
}
The adjustment of time works fine.
But not of the initial content.
Sorry
But can you please help again
Thanks a lot