Site logo

Archived topic

Extra row footer widgets

22 replies · Started by Paul on July 26, 2018

Viewing posts 16–23 of 23

Thanks for your answer. But if I apply the CCS, ALL widgets will turn into a collum. All footer widgets and Footer bar. I only want to change the footer bar widgets into a row. The normal footer widgets are good!

The code only applies to the footer widgets not the footer bar. Have you tried adding it?

As i said you need to add all three widgets into a single Widget Area - ie. Footer Widget 1. Then they will run in row.
You then do the same for Footer Widget 2 to create the second row.

Yes, now it is clear to me. Many thanks for your support !!!

Haha glad we got there and you're welcome.
In the meantime i was looking at making the footer bar widgets into a row, in case you need that:

.footer-bar-active .footer-bar .widget {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.footer-bar-align-center .copyright-bar {
    clear: left;
}

Its just not as flexible as stylable in the customiser

I know this is a bit late but last year I created a plugin that does exactly what I think was originally requested (an extra footer row with it's own widget areas). It is called "WP247 GeneratePress Pre-Footer Widgets" and is freely available from the WordPress plugin repository here. You can see it in operation here. It's the green bar above the footer area.

Hope it helps.

Awesome!

Thanks for sharing :)

This archived topic is closed to new replies.