I see that I can add a logo for the host, but how do I change the size of the logo area shown? It’s only showing as a square.
Hi there and welcome aboard , @SYDMarketing
Yep, it’s possible to upload logos for hosts, but they are not displayed in the Host filter dropdown. The request you’ve originally commented is dedicated to displaying the hosts in the filter too.
I hope this explains things
As for your request, I’ll gladly help you with it! Could you please send me a link to the page where your widget is installed, or just specify its ID?
I’ve attached the ID
Thank you!
Please try to use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
.global-styles,
.eapp-events-calendar-organizer-image {
object-fit: contain;
}
That worked to put the logo in the container, but can the container be made larger?
Also, for the event, there’s a place to upload a file, but that doesn’t show in the event info section.??
Ah, sorry for missing that! Here is a CSS code to enlarge the logo container:
.global-styles, .eapp-events-calendar-organizer-imageContainer {
transform: scale(1.3);
}
As for the attached files, they can be displayed only in the event popup. Please let me know if this explains things or if you have any questions left
I played with both sets of CSS and got what I wanted.
That’s great!
Feel free to contact us here again if anything else comes up. We’ll be happy to help