• ronr1999

    (@ronr1999)


    A year ago you wrote in a post that this was not possible… how about now? It just makes sense!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @ronr1999,

    Actually, it’s not possible yet, but you can customize it, use the CSS below to change the position:

    @media(min-width: 960px) {
        .mec-calendar .mec-calendar-topsec {
            width: 100%;
        }
    
        .mec-calendar .mec-calendar-events-side {
            float: left;
            width: calc(100% - 597px);
            border-left: unset;
        }
    
        .mec-calendar .mec-calendar-side {
            float: right;
            border-left: 1px solid #efefef;
        }
    }

    Result: https://i.postimg.cc/MHj3KXdR/image.png

    Also, you can use this article to set more styles:
    https://webnus.net/dox/modern-events-calendar/inspect-element/

    Best Regards

    Thread Starter ronr1999

    (@ronr1999)

    I didn’t ask about the the styling, that’s fine! I’m requesting to show all of that month’s events. It’s just makes sense! I’ll start digging into your code and see what I can fine.

    Please don’t mark this as Resolved. Others may have their inputs/opinions.

    Ron

    Plugin Contributor webnus

    (@webnus)

    Hi @ronr1999,

    This is not a bug and it’s successfully added to the suggestion list, but it takes time to be added.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘In monthly view show all events on right sidebar’ is closed to new replies.