[Resolved] Vertical Footer Widgets Instead of Horizontal

Home Forums Support [Resolved] Vertical Footer Widgets Instead of Horizontal

Home Forums Support Vertical Footer Widgets Instead of Horizontal

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #126984
    Shane

    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

    #126996
    Tom
    Lead Developer
    Lead Developer

    Hi Shane,

    Give this CSS a shot:

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

    Let me know πŸ™‚

    #126998
    Shane

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

    #127000
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

    #206908
    Marcel

    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.

    #206923
    Jamal

    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.

    #206926
    Marcel

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

    #206991
    Tom
    Lead Developer
    Lead Developer

    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.

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