Is there a way to make the calendar event popup horizontal with the image and the text next to each other? Thank you!
1 Like
Welcome to the Community, @Adirondack_Theatre_F ![]()
Just to confirm I’ve got it right: the image should appear on the left, and on the right you’d like the event title with an action button, with the description, date, and Share buttons shown underneath. Is everything correct?
I actually worked around that. But I do have another question - how do you make the button on the pop up bigger?
1 Like
Sure, please try to use this CSS code and let me know if it helped ![]()
.global-styles,
.eapp-events-calendar-popup-item-button {
scale: 1.2;
}
Thank you!
1 Like