[Support request] Extra row footer widgets

Home Forums Support [Support request] Extra row footer widgets

Home Forums Support Extra row footer widgets

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #634206
    Paul

    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!

    #634212
    David
    Staff
    Customer Support

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

    #634214
    Paul

    Yes. But now all widgets are in a collum. look at http://www.wereldwinkelarnhem.nl

    Footer widgets and footerbar widgets

    #634218
    David
    Staff
    Customer Support

    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.

    #634230
    Paul

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

    #634231
    David
    Staff
    Customer 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

    #797909
    George

    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.

    #797956
    Leo
    Staff
    Customer Support

    Awesome!

    Thanks for sharing 🙂

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.