Hello, after updating EVENTON, the event tops in my calendar have become much taller, which I don't want. Even after searching for a long time, I haven't found a way to change this height. I only need the event tops to be half as high. How can I set this? Here's my calendar in question:
https://wolli-liebt-dich.de/event-directory
If I need to change the CSS code for this, I need detailed instructions for dummies. I would be very grateful if you could help me.
Kind reagrds
Markus
Hello,
Do you have a screenshot of the previous look?
If you change featured image’s height then it should change the overall height as well.
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header). You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.eventon_events_list .eventon_list_event .ev_ftImg { height: 100px; width: 100px; }
I changed the code a little bit, so bars are smaller now. Please check and let me know.
Hello, thank you so much for your help. Now it looks exactly as I wanted it to. Great. The only thing I want to change is the portrait view of the calendar on my smartphone. The blue blocks are still very tall here. If you can tell me how to change that, I would be very grateful. Best regards, Markus
I also added this code, so it should work now:
@media (max-width: 480px) { .color .eventon_events_list .eventon_list_event .evcal_list_a { flex-direction: row !important; } }
Please check and let me know.
Looks good now. Thanks a lot.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at EventON WordPress Page OR Codecanyon. Your review helps us a lot in continuing EventON improvements!