Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to modify this custom css and add it at the end of your theme style.css or theme options custom css

    
    .fc-row.fc-week.ui-widget-content {
        height: 300px !important;
    }
    

    And if not this does work…

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
        height: 70px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FullCalendar height in week view’ is closed to new replies.