[Resolved] Footer Widget Bottom Vertical Alignment

Home Forums Support [Resolved] Footer Widget Bottom Vertical Alignment

Home Forums Support Footer Widget Bottom Vertical Alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #406209
    robmac

    Hi,

    Just wondering please if there’s any way, to sit a Footer Widget at the Bottom of the footer area please? I only have one footer widget per footer element and would like them sitting as low down as possible.

    Thank you.

    #406358
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width:769px) {
        .inside-footer-widgets .footer-widget-1,
        .inside-footer-widgets .footer-widget-3 {
            padding-top: 95px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #408274
    robmac

    Awesome….thanks Leo, much appreciated!

    #408477
    Leo
    Staff
    Customer Support

    No problem!

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