• I have a custom theme installed and am going nuts reading posts and going around in circles. I want to change the default size of the calendar width to 650px wide and shrink the font a little, so it will display with a 300px right sidebar without overflow. I did the first steps in the TEC documentation to create an events directory etc. but following the numerous posts am going nucking futs.

    The closest I’ve got is to create a new page but the calendar displays full width with no side bar in sight.

    The challenge will be to get the same thing happening with the event list but first things first. Surely this should be fairly straight forward but then again I’m no genius with PHP.

    Any help would be greatly appreciated..

    Site is https://www.worldimevents.com

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • You will need to encapsulate the <div> tags in a table and set the width on the table.

    You can see what I did here: https://dev.nyupstateplanning.org/?cat=3

    <table width=”778px” align=”center”><tr><td>
    <div id=”tec-content” class=”grid”>
    …..

    </div>
    </td></tr></table>

    You will need to edit all the php files in the “views” folder under the-events-calendar, such as the list.php, gridview.php, etc.

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