Enlarging Calendar Size

Home Forums Calendar Products Events Calendar PRO Enlarging Calendar Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #689555
    swingcal
    Participant

    My calendar was the full screen size, but now is shortened in the view. Is is possible to have the calendar as the full page of the screen? Can I change the width? Can I take the header off of just the calendar page?

    #689780
    Brian
    Member

    Alison,

    I can help you out with this. I took a look at your site and found the theme is limited the entry-content div to 604px. This is done by your theme and not the plugin.

    If you add this coding to your stylesheet on that page only it will make the calendar full width.

    .events-archive .post-0 .entry-content {
    max-width: 1080px;
    }

    It is possible to take the header of the site off the calendar page, but that would require customizing your theme.

    If you are looking to modify the filter bar above the calendar please take a look at our Themer’s Guide on how to do that.

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    Let me know if you need any more help.

    Thanks

    #690506
    swingcal
    Participant

    Thanks for your help as I muddle my way through figuring this out! I did not know what a “add this coding to your stylesheet” entailed so I loaded this plugin- Simple Custom CSS for WordPress, and then copied-pasted your code into the spot they gave me. It works and looks great now.

    #691559
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enlarging Calendar Size’ is closed to new replies.