Hope you find out Bhavadasa – I’ve only spent 10 minutes looking for it. It’s functional for me at present, but not elegant.
Thanks deswalsh,
I given up on including it on the sidebar. But thank for the reply anyway.
Hi!
To adjust Events Calendar widget size, look up ‘#wp-calendar’ in events-calendar.css located inside the ‘css’ folder:
#wp-calendar {
something something something
width: XXXpx; <— ADD THIS LINE
}
Change the XXX to your preferred width and you’re good to go 🙂
Also, remember to force your browser to refresh the css-file by opening it’s path in your browser, otherwise you may not get any results.
Like this: http://www.yoursite.com/wp-content/plugins/events-calendar/css/events-calendar.css and refresh.
Hope this helps!
Kristho,
Your instructions let you make the widget bigger, unfortuntalely, This doesn’t allow making the widget smaller.