• Resolved vhiely413

    (@vhiely413)


    Hello! I’ve been researching for days now how to center the site title, blog info/description, and navigation bar of the Twenty Twelve and still haven’t found anything helpful yet. I’ve tried to edit my style.css (child theme CSS) and even header.php (child theme) but with no avail. ?? Could anyone please help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What CSS did you try?

    Thread Starter vhiely413

    (@vhiely413)

    .site-header h1, .site-header h2 {
    text-align: center;
    }

    and

    .site-title, site-description {
    text-align: center;
    }

    still didn’t work.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does this work:

    body {
     border: 10px solid red !important;
    }

    ?

    Thread Starter vhiely413

    (@vhiely413)

    nope, it just gave me a red border around my site haha!

    Thread Starter vhiely413

    (@vhiely413)

    I cleared my cache and went back to

    .site-header h1, .site-header h2 {
    text-align: center;
    }

    and it worked!!! Wow! Finally it’s been 2 days! Haha~!

    But thanks to your fast reply Andrew Nevins, I really appreciate it. ^^

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center Site Title Twenty Twelve’ is closed to new replies.