PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

centering section headings

  1. johnbroome77
    Member

    Hi All,

    Is there some Css for centering the section headings?

    Cheers,

    John

    Posted 12 years ago on Tuesday June 19, 2012 | Permalink
  2. John, this will center all section headings:

    [css]
    li.gfield h2.gsection_title {
    text-align: center;
    }
    Posted 12 years ago on Tuesday June 19, 2012 | Permalink
  3. johnbroome77
    Member

    Hi Rob,

    Thanks.

    Is there an index of all css for GF?

    Cheers,

    John

    Posted 12 years ago on Tuesday June 19, 2012 | Permalink
  4. David Peralty

    Hi John, here you go: http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    Posted 12 years ago on Tuesday June 19, 2012 | Permalink