How to center text

Debbie Bruyns's Avatar

Debbie Bruyns

22 Feb, 2012 09:14 AM via web

Is there a way how I can center the text on page.

  1. Support Staff 2 Posted by Alan Alston on 22 Feb, 2012 09:30 AM

    Alan Alston's Avatar

    HI Debbie

    Depending on what you want to center you can do this by adding the following CSS:

    Center all h2 headings:

    h2 {text-align:center;}

    Center all h3 headings:

    h3 {text-align:center;}

    Center all paragraphs:

    p {text-align:center;}

    This can be added to a Code field on a page, or to the Code field on the skin itself.

  2. Alan Alston closed this discussion on 22 Feb, 2012 09:30 AM.

Comments are currently closed for this discussion. You can start a new one.