Site logo

Archived topic

Vertical Footer Widgets Instead of Horizontal

7 replies · Started by Shane on August 5, 2015

Viewing posts 1–8 of 8

Hey Tom,

I was wondering if it is possible to make my 3 footer widgets be on top of each other (i.e. in 1 column) instead of side-by-side next to each other?

Thanks for your help & cheers :)
Shane

Hi Shane,

Give this CSS a shot:

.inside-footer-widgets > div {
    width: 100%;
    float: none;
}

Let me know :)

Hi Tom,
Thanks for that - seemed to work perfect.
Cheers!
Shane

Glad I could help! :)

Hello
I need 7 vertical footer widgets instead default 3, visible on all pages. I apliesd your css code and works to put them verticaly. Where to work to increase number of widgets? Thanks.

I seted up the 5 widgets, but question is if is possible to have more then 5 widgets, in my case 7...

You would have to register two additional widget areas: https://codex.wordpress.org/Widgetizing_Themes

Then you need to copy footer.php to your child theme, and add the two additional footer widget areas in there as well by copying the other areas.

This archived topic is closed to new replies.