Site logo

[Support request] Centralising Headings

Home Forums Support [Support request] Centralising Headings

Home Forums Support Centralising Headings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1463621
    Lee

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

    Many thanks,

    Lee.

    #1463654
    David
    Staff
    Customer Support

    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;
    }
    #1463688
    Lee

    Brill. Thank you.

    #1463736
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.