Title: height problem
Last modified: August 22, 2016

---

# height problem

 *  [Airn9ne](https://wordpress.org/support/users/airn9ne/)
 * (@airn9ne)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/height-5/)
 * Hi,
 * I do not manage to change the height of the calendar. I have to try to do that
 *     ```
       $('#calendar').fullCalendar({
           height: 650
       });
       ```
   
 *  but that does not work.
 * Thank you for your help
 * [https://wordpress.org/plugins/wp-fullcalendar/](https://wordpress.org/plugins/wp-fullcalendar/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/height-5/#post-5655711)
 * you can try something like this inside your theme header.php then inside html
   head tag
 *     ```
       <script type="text/javascript">
         jQuery(document).ready(function($){
            $('#wpfc-calendar').fullCalendar( 'gotoDate', 2013 , 3 );
         });
       </script>
       ```
   
 *  Thread Starter [Airn9ne](https://wordpress.org/support/users/airn9ne/)
 * (@airn9ne)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/height-5/#post-5655756)
 * Thank you, but it does not work. I want just to change the height of the calendar
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/height-5/#post-5655758)
 * you can also try it under wp-fullcalendar/wp-fullcalendar.php at around lines
   298 until 368

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘height problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullcalendar.svg)
 * [WP FullCalendar](https://wordpress.org/plugins/wp-fullcalendar/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullcalendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullcalendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullcalendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullcalendar/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/height-5/#post-5655758)
 * Status: not resolved