post 11, centered title, subtitle on the left

Posted in: Newspaper
Post count: 71

Hello,
when I use the post 11 The title is centered automatically, while the subtitle is aligned left. How can I even hit the subtitle and or how can I align the title in sx.

I would also justify:
the social bar
the author’s line, and company
one of the categories.

in practice I wish it was all justified, and not centered

Thank you

  • This topic was modified 10 years by delfinista. Reason: I added something I had forgotten
Post count: 22421

Hello,
You can make all of the post header text to justify using css:
.td-post-title{
text-align:justify!important;
}

But this will not work properly for the author name and date and other parts that have separate containers. It’s not how it works unfortunately. There are separate containers to some of the elements and even if you apply the justified property to the text, it will still have nowhere to go due to the container as you can see here on the author name. That is a separate container on itself: http://screencast.com/t/wEUBXww38E5
Thank you!

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