• Resolved websy

    (@websy)


    I have a new problem, I set an event from 2021-11-20 till 2021-11-27 with a view per month and the event is available for all days after the 2021-12-2 and the thumbnail .and title aside the calendar are displayed vertically.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @websy,

    Perhaps this issue is related to conflict with other plugins.

    Please put the CSS below in MEC Settings > Custom CSS:

    article#post-1071 .home-agenda-left .mec-calendar-topsec {
        display: flex;
    }
    
    article#post-1071 .home-agenda-left .mec-calendar-topsec dl {
        margin: 0;
    }
    
    article#post-1071 .home-agenda-left .mec-box-calendar.mec-calendar .mec-calendar-events-side {
        padding-left: 0;
        padding-right: 20px;
    }
    
    article#post-1071 .home-agenda-left .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side {
        padding-left: 20px;
        padding-right: 20px;
    }

    Also, you can change the settings of the shortcode:
    https://webnus.net/dox/modern-events-calendar/making-advanced-shortcodes-in-modern-events-calendar/ for example, disabling the “Display all events in right section” option.

    Please follow the steps explained in this article: https://webnus.net/dox/modern-events-calendar/inspect-element/.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘problem with dates and display’ is closed to new replies.