Archived topic
footer alignment
3 replies · Started by sparkle on September 23, 2019
Viewing posts 1–4 of 4
hi, thanks a million again for such a great product. :)
i created a footer with a menu and i'm having trouble getting the elements aligned.
it's driving me crazy.
Hi there,
Give this CSS a shot:
@media (min-width: 769px) {
.inside-site-info {
display: flex;
align-items: center;
}
.inside-site-info .footer-bar {
order: 2;
margin-left: auto;
}
}
@media (max-width: 768px) {
.inside-site-info {
flex-direction: column;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
THANK YOU!
No problem :)
This archived topic is closed to new replies.