• Resolved T3.wy

    (@t3wy)


    Hi all,

    I am looking for a way to center a page’s sub title.
    I already found custom CSS on this forum to center the page title, which was:
    .entry-title {
    clear: both;
    color: #204716; /*Change This to whatever color you want*/
    font-size: 20px; /*Change This to size you want*/
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 5px;
    text-decoration: underline;
    text-align: center;
    }

    So, what would be the code to do the same with the subtitle?

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    You don’t need the above css. You can center both the page title and subtitle with this:

    .page-header {
      text-align: center;
    }

    Hannah

    Thread Starter T3.wy

    (@t3wy)

    Thanks, Hannah!
    Much appreciated.

    Best,
    Marcel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cnetr page subtitle’ is closed to new replies.