Author/Data Line Wrapping Issue

Posted in: Newspaper
Post count: 6

In some of the modules and single post, the author and date details are appearing oddly (see here https://ibb.co/tpFNzqK). When the text is wrapped, the second line seems to indent slightly rather than run flush with the text above. I’ve tried a bunch of CSS attempts to fix it and nothing seems to resolve it. Can you offer a solution?

See live example here in mobile mode: https://www.theurbanist.org/2022/01/20/call-to-action-speak-up-for-housing-benefit-districts/

Post count: 35449

Hi,
Do you want to be like this -> https://i.imgur.com/FjaYkUj.png
If yes, then use this custom css:
header .td-post-date {
margin-left: 0;
}

I recommend to set it only for the mobile, so if you are using the responsive eversion set it here -> https://i.imgur.com/hr8MCHA.png
If this is not what you mean, please let me know!

Post count: 6

That explains why I kept missing it when I tried to fix it. Thank you!

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