Viewing 1 replies (of 1 total)
  • Brook

    (@brook-tribe)

    Howdy Specialk72,

    In order to shrink the calendar you can just change the width via CSS. A rule like this will let you set it to 500px:

    body #tribe-events-pg-template {
    width: 500px;
    max-width: 500px;
    }

    Or if you wish to make it wide, change it to 1500px or whatever the desired width is. However, depending on your theme this might break other bits of your theme, so you will have to modify the theme to make room for the content. Usually changing widths like this requires a fair bit of CSS know how.

    Cheers!

    – Brook

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: The Events Calendar] Width of calendar’ is closed to new replies.