Hello Kevin,
If you want to align the title to the left side, please try the code below and place it in Theme panel->Custom CSS area.
.td-post-template-13 .td-post-header .entry-title {
text-align: left;
}
The result is here -> http://screencast.com/t/4SHxNRhUL
Thanks.
Hi Catalin,
I think you misunderstand me, it is the subtitle text I need to be center aligned.
When using post template style 13 as standard it is left aligned and the header is center aligned which seems a bit odd.
I need both the heading and subtitle to be centered.
I hope that clears up the confusion 🙂
Kevin
Hello Kevin,
Please try the code below.
.td-post-template-13 h2 {
text-align: center;
}
The result -> http://screencast.com/t/v1oPL9qmL
If you refer to something else, provide more details.
Thanks.
Hello Kevin,
Please try the code below.
.td-post-sub-title {
text-align: center;
}
The result -> http://screencast.com/t/mCoSUGpl
Sorry for my bad understanding!