How to set the margin or padding of events page to center for modern event calander

Hi There,

Please provide us with your website URL(the link of that page) so we can take a closer look.

Thanks.

kindly check the following link
https://www.edcons.edu.pk/schedule/

this is the full calendar of modern event calander -

Hello @badarkwk,

It looks like you are using full width layout. Kindly open the page in WordPress editor and try changing the template to Blank - Container | Header, Footer. https://screencast.com/t/dWk3ZdneUCw

Thanks.

Dear there is no option to edit the event page - can you check if i provide you the WP detail?

Hi,

Sorry for the confusion, you cannot edit that page because that is an archive page for events.

To center it, you can add the code below in Theme Options > CSS

.post-type-archive-mec-events .main-content {
    max-width: 1200px;
    margin: 0 auto;
}

You may change 1200px to adjust the width.

Hope that helps.

Dear i did not find any CSS in Theme Option:
Appearance > Theme Options > No CSS

Hi,

Please see screenshot.

and i am also unable to change the fonts, you can see there are some heading who are very close to each other and some of the headings have a gaps not as standard, i am sharing some pic here. is there any one option where i can change the whole website fonts to one fonts at the standard size.

i added this code to CSS But there is nothing change - i would like to share my Wordpress detail - kindly have a look by yourself,

Hi,

Please add login credentials in Secure Note(key icon).

Thanks

i have sent you detail through secure notes: kindly solve the problems mentioned above - :slight_smile:

Hello @badarkwk,

Thanks for sharing login details. I have resolved the problem for you by adding following CSS code under Pro > Launch > Theme Options > CSS:

.post-type-archive-mec-events #main-content {width:1200px; margin: 0 auto;}

Please test the page at your end and let us know your feedback.

Thanks.

Great Work - Thank You So Much For Solving the Problem -

  • Efficient Team
  • Quick Response
  • Great Theme with the Great Ideas

Thanks for the good words. :slight_smile:

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