Title: changing footer width
Last modified: April 17, 2019

---

# changing footer width

 *  Resolved [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [7 years ago](https://wordpress.org/support/topic/changing-footer-width/)
 * Hi
    I have my website set at 1200px width, this is perfect for the position of
   my logo and header links but I want the coloured background in the footer area
   to stretch across the full screen. Is there a way to do this?
 * Also I have the blog style set to full width but everytime I make a new page 
   the default template is with a right side bar, can anyone help with this?
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-footer-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [7 years ago](https://wordpress.org/support/topic/changing-footer-width/#post-11441753)
 * Hi,
 * You can add add following css to increase width of footer.
 *     ```
       #bottom-wrapper{
       width: 1500px;
       }
       ```
   
 * If you purchase pure and simple pro it support multiple layouts and also give
   one year of free support to build site like in demo site.
 * Thanks!
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [7 years ago](https://wordpress.org/support/topic/changing-footer-width/#post-11442420)
 * Thanks, I was able to find this code that did exactly what I needed
 * #bottom-wrapper{
    width: 100vw; position: relative; left: 50%; right: 50%; margin-
   left: -50vw; margin-right: -50vw; }

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

The topic ‘changing footer width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ab](https://wordpress.org/support/users/maml/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/changing-footer-width/#post-11442420)
 * Status: resolved