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

    (@epsupport1)

    Hi @helenowen

    We are looking into this and will update you soon.

    Plugin Support epsupport1

    (@epsupport1)

    Thank you for reaching out and for sharing the page link.

    The issue you’re experiencing with the calendar not displaying correctly or overlapping in the sidebar is caused by a CSS conflict with your current theme styles.

    To resolve this, please add the following custom CSS to your site. Please navigate to the “EventPrime -> Settings” sub-menu select the “Custom CSS” tab, and place the below-mentioned CSS in the TextArea and save changes.

    .ep_widget_container #ep_calendar_widget table.ui-datepicker-calendar{
    table-layout: fixed;
    }

    .ep_widget_container #ep_calendar_widget table.ui-datepicker-calendar tr th,
    .ep_widget_container #ep_calendar_widget table.ui-datepicker-calendar tr td{
    padding: 0px;
    font-size: 12px;
    }

    If you have any further questions, please don’t hesitate to reach out to us.

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

You must be logged in to reply to this topic.