Change Fullcalendar width
fullcalendar
Solution
You can apply css stles to the div containing the calendar
<div id='calendar' style="width: 80%; display: inline-block;"></div>
Problem
I'm using FullCalendar plugin and I've been looking how to change the width of the calendar but I don't know how to do it. Fullcalendar is 100% width by default, but I would like to be 80%. I've edited the fc.table width in the css stylesheet but the last column stays deformed. Maybe someone has been there, so if you could help me I would thank you a lot.