Title: Width Issue
Last modified: August 20, 2016

---

# Width Issue

 *  Resolved [tswd](https://wordpress.org/support/users/tswd/)
 * (@tswd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/)
 * [http://www.thecasualheroes.com/sport-cast/](http://www.thecasualheroes.com/sport-cast/)
 * As you can see the widget doesn’t fully support the width for some reason.
 * Can someone give me a hand?
 * [http://wordpress.org/extend/plugins/widgets-on-pages/](http://wordpress.org/extend/plugins/widgets-on-pages/)

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

 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493182)
 * Hey there,
 * If you use the **Inspect Element** tool in either Firefox or Chrome you can see
   that the DIVs with classes _widget-container_ and _widget-inner_ have widths 
   set on them. By adding the following to the end of your theme’s style.css should
   do what you want;
 *     ```
       .widgets_on_pages .widget-container, .widgets_on_pages .widget-inner {
       width: 100%;
       }
       ```
   
 * Let me know how get on.
    Todd
 *  Thread Starter [tswd](https://wordpress.org/support/users/tswd/)
 * (@tswd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493187)
 * Sadly didn’t work.
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493191)
 * Aha… typo in my post.
 *     ```
       .widgets_on_page .widget-container, .widgets_on_page .widget-inner {
       width: 100%;
       }
       ```
   
 * Again, this was spotted by using the **Inspect Element** feature… it’s very useful
   and I suggest you have a play with it.
 *  Thread Starter [tswd](https://wordpress.org/support/users/tswd/)
 * (@tswd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493193)
 * alas, that didn’t work either my friend.
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493223)
 * OK, not sure what you’re after… do you want the “sports cast” block to be full
   width and the “facebook” block to follow underneath?

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

The topic ‘Width Issue’ is closed to new replies.

 * ![](https://ps.w.org/widgets-on-pages/assets/icon.svg?rev=1400727)
 * [Widgets on Pages](https://wordpress.org/plugins/widgets-on-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgets-on-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgets-on-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/widgets-on-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgets-on-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgets-on-pages/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/width-issue-1/#post-3493223)
 * Status: resolved