Support » Theme: Kale » Centering Page Titles

  • Resolved jdisaacson1

    (@jdisaacson1)


    Hello,

    I am trying to center the titles of each page on my blog. They are, by default, on the top left of the page, and I can’t figure out how to move them to the top center.

    Thanks,
    Jacob

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Jacob,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

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

    Hope that helps. Thank you for your time in this.

    Best regards

    Hm, it seems that whatever code I put into the additional CSS area does not actually get applied. Any thoughts on why that might be?

    Hi there,

    Please make sure you don’t add it inside css comment clause:

    /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */

    Add your code below these lines.

    If that doesn’t help plese provide the URL so I can take a look at this.

    Kind regards

    Thank you very much!

    I’m glad to hear that it works 🙂

    Feel free to reach out if you need anything.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.