I don't love that the title for pages and posts in Edition is centered. QQ

Hi. I am new, and I have searched. I would like to have left-justified titles instead of centered ones. Is this possible, and if so, how?

Thank you so much for any help you can provide.

Copy and paste the following code into Ghost settings > Code infection > Site header can do this

.single-header {
   text-align: left !important;
}

Thank you so much for your response, Raki. Sadly, this did not work.

I forgot something, try this:

<style>
.single-header {
   text-align: left !important;
}
</style>

OMG!!! It worked!

tytytytytytytyty!!! happy dance

1 Like