Edit a post heading

Is it possible to edit the headings of a post?
I want it on the left instead of the center.

Thanks for your answer.

Hello Ann Marie,

Yes, that is possible by adding a bit of custom CSS. Please add this in X > Theme Options > CSS:

.single-post .entry-title,
.single-post .p-meta {
    text-align: left;
    padding: 0;
    margin: 0;
}

.single-post .p-meta>span {
    margin-left: 0;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.