• Hey!

    Just installed the Events Calendar and for some reason it moved the calendar to the far left.

    Anyone know how to adjust it back to the center of the page?

    Any help would be much appreciated!!

    Thank you so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kylewillis

    (@kylewillis)

    Looks like the issue is that the plugin is not pulling up the sidebar or widgets. Can someone tell me how to get it to bring in the sidebar and widgets or then center the page please?

    Hi, I’m having the same issue. Can anyone help with the centering issue? Thank you.

    Hello… I went in and edited the css for the calendar..

    Plug-Ins –> Editor
    Pick The Events Calendar –> Click Go
    Click on the-events-calendar/resources/events.css
    Add This….
    #tec-content {
    margin: 0 auto;
    width: 980px; /* Adjust for your layout size */
    }

    Hope that helps!!!

    Hi, we’ve been working with this plugin the last few days and had the same issue with it breaking the template to the left. The suggestion from lighthouse worked, but only on the single view template. Here’s what we did to make it work on the single view, list view and calendar view:

    #tec-content {
    	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	width: 900px; /* Adjust for your layout size */
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event Calendar not aligned (too far left)’ is closed to new replies.