Site logo

Archived topic

Centralising Headings

3 replies · Started by Lee on September 29, 2020

Viewing posts 1–4 of 4

Can you please tell me how I might centralise the headings for each page that I create?

Many thanks,

Lee.

Hi there,

is this all H1, H2, H3 etc. headings ?

If so you can add this CSS:

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

Brill. Thank you.

You're welcome

This archived topic is closed to new replies.