Title: Footer 2017
Last modified: January 16, 2018

---

# Footer 2017

 *  [lakemac123](https://wordpress.org/support/users/lakemac123/)
 * (@lakemac123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/)
 * How do I make the bottom footer 1 instead of 2 widgets? Would like just the 1
   footer which is the full width of the page.
    Cant post link to my page as I am
   still experimenting with WAMP on my computer. Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9871299)
 * try CSS, for example via the ‘Appearance – Additional CSS’ section:
 *     ```
       .site-footer .widget-column.footer-widget-1
       {
         width: 100%;
       }
       .site-footer .widget-column.footer-widget-2
       {
         width: 100%;
       }
       ```
   
 *  Thread Starter [lakemac123](https://wordpress.org/support/users/lakemac123/)
 * (@lakemac123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9871480)
 * Hi Michael, thanks for your response, its widget 2 I want to delete so that widget
   1 is 100% of width. Cheers.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9872536)
 * Try emulating the relevant Webpage through a sandbox tool like CCSDesk.com:
    1. View your webpage;
    2. Right click on the page somewhere and press “View source
    3. A new window will appear with all the code of your page. Copy all of that code
    4. Go to CSSDesk.com and paste it into the “HTML” section
    5. Press the “Share” button in CSSDesk
    6. A new URL will appear to the left of the “Share” button, copy that URL and paste
       it here in this thread
 * We can then hopefully see your webpage without it going live.
 *  Thread Starter [lakemac123](https://wordpress.org/support/users/lakemac123/)
 * (@lakemac123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9876203)
 * Wont work in CSSDesk, however works in my Dreamweaver software!
    I am using WordPress.
   Cheers
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9876423)
 * Sorry I meant to suggest you should show us your page by emulating it in a software
   like CSSDesk. If you can’t show us your page your chances of receiving support
   are far less.

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

The topic ‘Footer 2017’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/footer-2017/#post-9876423)
 * Status: not resolved