Archived topic
Homepage Text alignment issue
3 replies · Started by nikhil mitra on December 25, 2020
Viewing posts 1–4 of 4
hello,
how I can align heading and meta text on my home page with featured image. currently how it looks the screenshot is down below
https://prnt.sc/wa0gvh
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
i have problem in mobile page vies there home page text are not aligned.
Give this CSS a shot:
@media (max-width: 768px) {
.blog .entry-header, .archive .entry-header {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.