Title: Full Width Widget
Last modified: September 1, 2016

---

# Full Width Widget

 *  Resolved [muditametta](https://wordpress.org/support/users/muditametta/)
 * (@muditametta)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/full-width-widget-1/)
 * Hi there,
 * I am trying to make my instagram widget full width, but leave the product gallery
   the width it is currently at. Does anyone know how to change this. I am using
   a full width theme, so I’m not sure why the instagram widget doesn’t know right
   to the edges. I would also like it to go right to the footer so there is no white
   gap in between. Is there a custom css code I can add into my theme to change 
   this?
 * My theme is Flatsome and my website is [http://www.muditametta.com](http://www.muditametta.com)

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/full-width-widget-1/#post-7676722)
 * It’s not really a full width theme. Even if you look at [the demo page](http://flatsome.uxthemes.com/),
   the content doesn’t go all the way to the edges.
 * If you want all of the footer to expand to the edges, you can add this rule to
   your child theme’s style.css file:
 *     ```
       .footer-1 .row {
           max-width: none;
       }
       ```
   
 * However, this will also expand the width of the Woocommerce text widget just 
   above the Instagram widget. If that doesn’t suit you, then add this rule as well:
 *     ```
       #text-12 {
           max-width: 67.5em;
           margin: 0 auto;
           float: none !important;
       }
       ```
   
 * Then this rule will remove the gap between the instagram widget and the footer:
 *     ```
       #jr_insta_slider-13 {
           margin-bottom: 0;
       }
       ```
   
 *  Thread Starter [muditametta](https://wordpress.org/support/users/muditametta/)
 * (@muditametta)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/full-width-widget-1/#post-7676921)
 * Hi,
 * Sorry for the late response, thanks so much for your help. That worked 🙂
 * Megan

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

The topic ‘Full Width Widget’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [muditametta](https://wordpress.org/support/users/muditametta/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/full-width-widget-1/#post-7676921)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
