Author name under title name

Posted in: Newspaper
Post count: 23

Hello, I would like to ask you how to put the text ” from + author-name ”
on the right allign of the meta-info line

take a look at the screenshot here to make it more clear

Post count: 6600

Hi,

You can use this custom css: http://screencast.com/t/eAhPvuriK
You also need to edit the td_module.php file and remove this “-” from the right of the author, like this: http://screencast.com/t/xO3zj17gp
Add this css into custom css field from theme panel:

.single .td-block-author {
position: absolute;
right: 20px;
}

.single header time {
font-style: normal !important;
margin-right: 10px;
}

.single header .entry-comments-views {
right: auto;
float: left;
}

Thanks

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