[Support request] CSS for centering all header tags

Home Forums Support [Support request] CSS for centering all header tags

Home Forums Support CSS for centering all header tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #430733
    George

    All h-tags are left aligned by default. Is there a CSS that would make them all centered?

    #430758
    Leo
    Staff
    Customer Support

    Hi there,

    For all of them?

    Try this:

    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.