Title: Single Footer Widget 100% Width
Last modified: August 31, 2016

---

# Single Footer Widget 100% Width

 *  Resolved [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/single-footer-widget-100-width/)
 * Hi, Great Theme!
    Is it possible to have a footer widget area that is 100% width?
   I’m guessing it’s a matter of simply adding some custom CSS to make it happen.
   Could you please help me figure it out?

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

 *  Theme Author [Sanjeev](https://wordpress.org/support/users/infotuts/)
 * (@infotuts)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/single-footer-widget-100-width/#post-7132098)
 * Hi,
 * Go to Appearance > Customize > Custom Style > Custom CSS and use the code given
   below:
 *     ```
       .s-footer .col-md-3 {
           width: 100% !important;
       }
       ```
   
 * Let us know if that works.
 *  Thread Starter [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * (@ineed-help)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/single-footer-widget-100-width/#post-7132222)
 * AWESOME!!! Thank you so much for your help Tuts, it worked perfectly!

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

The topic ‘Single Footer Widget 100% Width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/indibiz/1.2.6/screenshot.png)
 * IndiBiz
 * [Support Threads](https://wordpress.org/support/theme/indibiz/)
 * [Active Topics](https://wordpress.org/support/theme/indibiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/indibiz/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/indibiz/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [The Wachamacallit](https://wordpress.org/support/users/ineed-help/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/single-footer-widget-100-width/#post-7132222)
 * Status: resolved