Archived topic
Footer Layout on Mobile
3 replies · Started by remzi on December 25, 2017
Viewing posts 1–4 of 4
Hi,
My footer not good on mobile. I can't see copyright and it has got white padding.
thanks
Hi there,
Try this CSS:
@media (max-width: 768px) {
.site-info {
padding: 20px;
background-size: 100%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
yes worked
thanks
No problem!
This archived topic is closed to new replies.