Author and date in separate line

Posted in: Newspaper
Post count: 77

Can someone send me css trick so author and date would be in separate lines like on photo?

http://s24.postimg.org/pxljq3ox1/prva.jpg

Thanks

notranjskoprimorske.si

Post count: 23312

Hello dizajn,

If you want to have the author name and the date in two different line, you have to change the display option for the first container. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-author-name {
display:block;
}

The result you should see here -> http://screencast.com/t/jklmVIkOq2ok

Thanks.

Post count: 77

Thanks , this works now.

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