• Resolved homemadejam

    (@homemadejam)


    How does one center the page title with this theme?

    When “text-align: center” is applied, it centers it within a “page-header add-separator” which is not the full width of the content. Hence, the page title is off center.

    • This topic was modified 4 years, 5 months ago by homemadejam.
Viewing 1 replies (of 1 total)
  • Thread Starter homemadejam

    (@homemadejam)

    Ok, I figured it out. In case anyone else wants to do this:

    header.page-header {
        max-width: none;
    }
    
    h1.page-title {
        text-align: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Center Page Title?’ is closed to new replies.