Archived topic
How do I close the gray header gap on mobile?
3 replies · Started by Andy on September 3, 2020
Viewing posts 1–4 of 4
Hi there,
How do I close this gap on mobile devices only? I’d like the post and the header to be flush.
Thank you!
Hi there,
Try this CSS:
@media (max-width: 768px) {
.separate-containers .site-main {
margin-top: 0;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
fantastic thank you !
No problem :)
This archived topic is closed to new replies.