Modern Events Calendar Style Issues

Hi team,

I Just started using modern events calednar - a great add to X. 2 things:

#1 - you will see that it is going full width even though I have a container setting on the page. It seems that MEC overrides my page settings. I would just like a little bit of a buffer between the caledanr content and the edge of the page.

#2 - MEC is not using my default font settings. How can I change the font size and style?

Thanks!

Joe

Hello Joe,

Thanks for asking. :slight_smile:

Can you please share website URL for us to take a closer look?

Thanks.

I knew you were going to say that. As soon as I left the office, I thought, “shoot, I forgot to send the URL!”

Hi Joe,

Please try adding this custom CSS under X > Theme Options > CSS:

section#main-content.container {
    max-width: 1200px;
    width: 88%;
    margin: 0 auto;
}

For the styling option, please take a look at this: http://webnus.net/dox/modern-event-calendar/#line10_1.

Let us know how it goes!

Thanks - worked perfectly!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.