Reply To: Blog page header, padding

Home Forums Support Blog page header, padding Reply To: Blog page header, padding

Home Forums Support Blog page header, padding Reply To: Blog page header, padding

#167011
Tom
Lead Developer
Lead Developer

Hi Michael,

You can adjust the margin of the headings site-wide with this CSS:

h1, h2, h3 {
    margin-bottom: 15px;
}

Or individually by adding the style to them:

<h1 style="margin-bottom:15px;">My heading</h1>