Here is a small snippet to left-align your title.
Just like this: for example – Feature Links – Template Travel
To do that, just add the following css in the “advanced customization” section of your editor:
.title.title-center.header-item {
text-align: left;
}
you can change the position, replace “left” by “right” or “center”.
Information:
This modification affect all titles of your app.