Post template 13 – subtitle not centered (text-align)

Posted in: Newspaper
Post count: 30

Hi there!

I just saw that, when choosing post template 13, the subtitle doesn´t adapt to the template. The H1 (.entry-title) is centered, the subtitle (.td-post-subtitle) remains left aligned. As I shouldn´t make .td-post-subtitle text-aligned center (this would impact all the other templates as well), I wanted to kindly ask for your help here 🙂

This is what I mean:

left aligned

Post count: 22421

Hi,

There seems to be a missing css propriety in the subtitle code. Please use this code to center it:
.td-post-template-13 .td-post-sub-title{
text-align:center;
}

Thank you for pointing this out. I will pass this information to the development team.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.