Archived topic
Add margin in heading
1 reply · Started by Shivam on September 20, 2019
Viewing posts 1–2 of 2
I want to add top margin of 50Px in H2 and H3 of my articel, can you give me css code for this?
Note - Only inside article, not on blog or homepage
Hi there,
Try this:
body.single .inside-article h2, body.single .inside-article h3 {
margin-top: 50px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.