block10 e data created

Posted in: Newspaper
Post count: 71

Hi,
exclusively for block10 you can change the display as in the image?

Or by entering the date and maybe even the time on the same line as the title, in front of it?

block10

Post count: 6600

Hi,

To remove the bullets you have to edit the td_module_10 file and remove the list tags like this: http://screencast.com/t/U8Ac3yJthm
And to change the display use this css: http://screencast.com/t/sM9WPS46

.td_mod10 .entry-title, .td_mod10 .meta-info {
display: inline-block;
}

To get the date in front of the title move this line: http://screencast.com/t/m4CDr3tJ
Result: http://screencast.com/t/yaaPFO4B
And also add this css:

.td_mod10 .entry-title {
margin-left: 10px;
}

Thanks

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