• 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)
  • Hi @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.