Archived topic
Footer Widget Bottom Vertical Alignment
3 replies · Started by robmac on October 19, 2017
Viewing posts 1–4 of 4
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.
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/
Awesome....thanks Leo, much appreciated!
No problem!
This archived topic is closed to new replies.