Archived topic
Vertical Footer Widgets Instead of Horizontal
7 replies · Started by Shane on August 5, 2015
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.
Hi
Please see this article in the knowledgebase: https://generatepress.com/knowledgebase/choosing-footer-widgets/
Seems like currently 5 widgets are available, see if that works for you.
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.
