• Resolved crestedbuttecomputers

    (@crestedbuttecomputers)


    What is the CSS to set the default row height in the full long view calendar? As it is now, a row (week) that has no events scheduled is just the height of the date. I want it to be a consistent minimum height.

    It needs to be similar to: #em-calendar-166 tr {min-height:50px!important;} which doesn’t work…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you using the standard calendar that comes with Events Manager or the additional WP FullCalendar plugin^

    I am not part of support.. just some dude.
    It sounds like you are using the default calendar of EM…
    try this…

    td.eventless {
    	height: 50px !important;
    }

    for some reason I can’t get min-height to work.

    If you haven’t tried the companion plugin of WP Fullcalendar
    https://www.ads-software.com/plugins/wp-fullcalendar/
    It is really nice.
    If you use that companion plugin, and you want the Calendar on your default Events Page (as opposed to a list).
    There will be a new option in
    Events -> Settings
    General
    –>Full Calendar Options
    and “tick” off the box to override

    Hope some of this info helps

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default Row Height’ is closed to new replies.