Archived topic
Blog page title padding
1 reply · Started by Dev on February 20, 2022
Viewing posts 1–2 of 2
Hello,
Please check the below screenshot link.
I want to adjust my blog page title towards the right. Is it possible, and how?
Hi there,
Not 100% sure what you are after but give this CSS a shot:
h2.entry-title {
padding-left: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.