Title: biceworks's Replies | WordPress.org

---

# biceworks

  [  ](https://wordpress.org/support/users/biceworks/)

 *   [Profile](https://wordpress.org/support/users/biceworks/)
 *   [Topics Started](https://wordpress.org/support/users/biceworks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/biceworks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/biceworks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/biceworks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/biceworks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/biceworks/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Event Calendar not aligned (too far left)](https://wordpress.org/support/topic/event-calendar-not-aligned-too-far-left/)
 *  [biceworks](https://wordpress.org/support/users/biceworks/)
 * (@biceworks)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/event-calendar-not-aligned-too-far-left/#post-2220583)
 * 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 1 replies (of 1 total)