Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    With a bit of CSS, you should be able to make that happen. I added this to my theme in Chrome’s Developer tools:

    .big-leader .wrap {
        top: 0;
        display: flex; // also need the vendor prefixed versions
        align-items: center; // also need the vendor prefixed versions
    }
    
    .big-leader .entry-title.featured-image-overlay {
        margin: 0 auto;
    }

    And this centered my title vertically and horizontally. Hope that helps you get started.

    Thread Starter fpats

    (@fpats)

    Thanks a lot Robin.

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

The topic ‘Centre Page Title’ is closed to new replies.