I’m trying to adjust margin top and bottom for all headers (h1, h2, etc). I tried getting hold of headers via CSS and it works for adjusting font size or color, but I couldn’t make it work to adjust margins. Any ideas?
As a temprary fix, I’m using the <br>
tag to add an extra line before each header. Leaving this here in case it’s useful for someone else.
Hey @javiernanni, the quirks of our layout system make this a little unintuitive, but we should be able to work around it. Can you share what CSS you were trying to use for this?
Hi @matt , I tried a few variations, but this is the last one:
#post article h3 {
margin-top: 100px !important;
color: red;
}
Color ir working, margin isn’t.
hi @matt I’m not able to change the colour of h3 headers on my blog with CSS.
Which would be the code?