Hey there, I'm just starting out with CSS and I might have some beginner questions. I want to add a line break at the top of my post before and after my h1 tags. I may be going about this the wrong way. It's possible that I need some padding at the top, but I definitely need a line break after each H1.
Here's the CSS code for my posts:
#kopa-post-content p,h1,h2,h3,h4 {text-align:left; margin-right:20px; margin-left:20px;}
Here's an example of what I'm attempting to achieve.
Any help would be greatly appreciated.
Thanks,
Danny