I’d like to change the button location to have it displayed AFTER the text in bold characters.
How can I do that?
Thank you !
2 Likes
Hi there, @Axel_Clamens
Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
.eapp-events-calendar-masonry-item-info {
display: flex;
flex-direction: column;
}
.eapp-events-calendar-button-element-component {
order: 1;
}
3 Likes
It really helps!
Where can I reduce the space above the time (20:30) and above the text in bold ?
Thank you !
2 Likes
This code will do the trick
.eapp-events-calendar-description-component {
margin-top: 0px;
}
3 Likes
Thank you !
2 Likes
You’re always welcome!
In the meantime, we’d like to invite you to participate in our Birthday Contest, where you can win a 12-month extension for your subscription - Birthday Contest: 10 Winners, 10 Free Years with Elfsight!
Check the details and join in
1 Like