• Resolved urema

    (@urema)


    I dont have an end time for the events i host. However when I dont fill in the end time, it automatically assumes the end time is 12:00am.

    How would one remove this constraint?

    I have 1 event a day, and i just want my timetable to be one row, but with no end time. I am forced to set an end time to make them all fall on one row. If i dont add an end time, the timetable is huge as it automatically assumes the end time is 12:00am.

    Thanks
    U.

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

    (@eugenewhite)

    Hello there!

    Sorry for such a late response.
    Well, in this particular case, I may only suggest you hide the time column via the appropriate setting in the Timetable block or widget, and then, under the Dashboard > Appearance > Customize > Additional CSS, apply this custom CSS code to hide the end time and the time separator:

    .timeslot-delimiter, .timeslot-end{
        display: none;
    }
    Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    I hope you’re doing well.
    I haven’t received a response from you and will mark this topic as resolved.
    In case you have any questions, feel free to create a new one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘End Time issue’ is closed to new replies.