• I am currently using the theme, “Exhibit” and no matter what… I am attempting to center the page’s title.

    Currently, the CSS shows…

    #site-title, #site-description {
    margin: 0 auto; text-align: center;
    }

    I have tried two different options and neither one works. Anyone care to share some wisdom or piece of the puzzle that I missing?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .site-header {
    text-align: center;
    }

    Not sure if I checked the right theme, but the one called exhibit on wp.org has the above code, which is keeping the entire header text center align.

    if you replaced the header text with an image, the CSS gave above should have been.
    .main-title and not #site-title

    alternatively if you can provide me a link to your site, I can check it out.

    Thread Starter Ashley Engle

    (@ashley-engle)

    I tried the code and it still would not update. I tried this…

    .home .entry-title {
    text-align: center;
    }

    It worked for the home page only, which is good but I cannot get the remaining pages to be centered. The site is: agi.jobs

    I updated to the new WordPress 4.0 but still using the “Exhibit” theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Page Title’ is closed to new replies.