How to put LAST MODIFIED on a new line

Posted in: Newspaper
Post count: 376

Currently, I have the created date and last modified date on my posts but they are on the same line.

It looks like this:
By Ryan – August 25, 2018 LAST MODIFIED: Saturday, August 25, 2018

..

I’d like to look it like this:
By Ryan – August 25, 2018
LAST MODIFIED: Saturday, August 25, 2018

Here is the CSS I’m currently using:

`/* Pretty up last modified stuff */
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
.td-post-comments {
display:none!important;
}

You can view a example post here:
https://www.interestinganswers.com/money/is-it-illegal-to-keep-found-money/

Thanks

Post count: 23312

Hi,

I did not see any last modified date at this link, sorry! You should customize it yourself through the code because we cannot provide any custom code for this, sorry!

Thanks for your understanding!

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