Title: Widget 100% width layout for list-widget.php
Last modified: February 13, 2017

---

# Widget 100% width layout for list-widget.php

 *  Resolved [stuartinfiji](https://wordpress.org/support/users/stuartinfiji/)
 * (@stuartinfiji)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widget-100-width-layout-for-list-widget-php/)
 * So we love this plugin, but after latest update we can’t get the Widget List 
   to giev us layout needed. Trying to add the code to the recommended Themers folder.
   We have JUST started to use the method of a Theme folder tribe-events, and moved
   a copy of each of our custom code into it (not sure if ANY of it working!).
 * Homepage needs list of events widget to be 100% so tried this in theme/my-theme/
   tribe-events/list-widget.php:
 *     ```
       <?php do_action( 'tribe_events_list_widget_before_the_event_title' ); ?>
       				<!-- Event Title -->
   
       				<strong><div style="width:100%;">
   
       				<div style="width:90%; float:left"></strong>
   
       				<h4 class="tribe-event-title">
       					<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" rel="bookmark"><?php the_title(); ?></a>
       				</h4>
   
       				<?php do_action( 'tribe_events_list_widget_after_the_event_title' ); ?>
       				<!-- Event Time -->
   
       				<?php do_action( 'tribe_events_list_widget_before_the_meta' ) ?>
   
       				<div class="tribe-event-duration">
       					<?php echo tribe_events_event_schedule_details(); ?>
       				</div>
   
       				<?php do_action( 'tribe_events_list_widget_after_the_meta' ) ?>
   
       				<strong></div>		     		
   
       				</div></strong>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [stuartinfiji](https://wordpress.org/support/users/stuartinfiji/)
 * (@stuartinfiji)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widget-100-width-layout-for-list-widget-php/#post-8801449)
 * Basically we added this code around the section:
 *     ```
       <div style="width:100%;">
       <div style="width:90%; float:left">
       ```
   
 * Not working however 🙁
 *  [shelbelliott](https://wordpress.org/support/users/shelbelliott/)
 * (@shelbelliott)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widget-100-width-layout-for-list-widget-php/#post-8859796)
 * Hey [@stuartinfiji](https://wordpress.org/support/users/stuartinfiji/),
 * Thanks for using The Events Calendar, I’m happy to help! In order to help, I 
   would like to get some more information from you, if I can:
 * -First, if you could please test for conflicts by following [this documentation](https://theeventscalendar.com/knowledgebase/testing-for-conflicts/)?
   Let me know what you find. This will help me determine how deeply we need to 
   look into the specific configuration of your site, or if this is a bug. 🙂
    -
   Can you send me a link to your site so I can see this firsthand? I’m a visual
   person, and I can often be more helpful in giving solutions to problems I can
   see and interact with.
 * Thanks!
    Shelby 🙂
 *  Thread Starter [stuartinfiji](https://wordpress.org/support/users/stuartinfiji/)
 * (@stuartinfiji)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widget-100-width-layout-for-list-widget-php/#post-8868169)
 * Hi,
 * You can see the Calendar in middle of [homepage here](https://talanoa-treks-fiji.com/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget 100% width layout for list-widget.php’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [stuartinfiji](https://wordpress.org/support/users/stuartinfiji/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/widget-100-width-layout-for-list-widget-php/#post-8868169)
 * Status: resolved