• I’m trying to figure out how to align the title from left to center in posts and on pages I create. I even tried removing the title and just putting it at the top of the general text, but then it automatically inserts “no title” as the title. So, how do I simply align page and post titles center instead of left?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @angiebrandt19,

    Thanks for getting in touch, and thank you for using Kale!

    I can’t say for sure without being able to see the site (it’s hidden behind a “Coming Soon” page at the moment), but if things are pretty much stock, you can add the following CSS in Appearance > Customize > Additional CSS and it should do the trick:

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

    If you need anything else, just let us know and we’ll be happy to help!

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the Alignment’ is closed to new replies.