Title: Footer widgets removing the float function
Last modified: February 2, 2017

---

# Footer widgets removing the float function

 *  [ericadenise](https://wordpress.org/support/users/ericadenise/)
 * (@ericadenise)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/footer-widgets-removing-the-float-function/)
 * On this example site mizeriqua.com I have Sela Theme installed. The default is
   for the footer widgets to float next to each other. I want them to be on top 
   of each other and center across the page. How can I code this? I have them floating
   on top of each other now, but cannot seem to get them to center full width across
   the page.
 * Thanks!!

Viewing 1 replies (of 1 total)

 *  [Chad Chadbourne](https://wordpress.org/support/users/shireling/)
 * (@shireling)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/footer-widgets-removing-the-float-function/#post-8732019)
 * Hi [@ericadenise](https://wordpress.org/support/users/ericadenise/)!
 * It looks like you’ve put one widget in the first footer widget area, and one 
   in the second.
 * Instead, I’d suggest putting them both in the first footer widget area, then 
   they’ll be stacked for you automatically.
 * From there you can center that widget area like with this CSS:
 *     ```
       #widget-area-2 {
           margin: 0 auto;
           float: none;
       }
       ```
   
 * Let me know if that does what you were looking for 🙂

Viewing 1 replies (of 1 total)

The topic ‘Footer widgets removing the float function’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Chad Chadbourne](https://wordpress.org/support/users/shireling/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/footer-widgets-removing-the-float-function/#post-8732019)
 * Status: not resolved