Viewing 16 replies (of 16 total)
  • I had the same problem. Here’s what I did:

    Added:
    <div class=”wrap”>

    To the files:
    the-events-calendar/views/list.php
    the-events-calendar/views/gridview.php
    the-events-calendar/views/single.php

    Before:
    <div id=”tec-content” class=”upcoming”>
    <div id=”tec-content” class=”grid”>
    <div id=”tec-content” class=”tec-event widecolumn”>

    And Added:
    </div>

    After:
    the very last </div> in the same files

Viewing 16 replies (of 16 total)
  • The topic ‘[Plugin: The Events Calendar] Does not look great..’ is closed to new replies.