Archived topic
How do I add padding/margin to headings in my page hero header?
1 reply · Started by Sean on October 14, 2018
Viewing posts 1–2 of 2
I want to add left padding or margin to my headings "Red Hawks media" and "Conversion based web design" without affecting the position of my hero image that I have added as HTML.
How do I achieve this?
Thanks
Hi there,
You can do with some very basic HTML and CSS like this:
<h1 class="page-hero-title">Red Hawks Media</h1>
Then CSS:
h1.page-hero-title {
padding-left: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.