Modify blocks

Posted in: Newspaper
Post count: 69

On my frontpage I use block 11 with some modifications done in css:

.td_block_11 .td-module-thumb{
display:none!important;
}
.td_block_11 .td_module_10 .item-details {
margin-left: 0!important;
min-height: 0!important;
}
.td_block_11 .td_module_10{
padding-bottom:10px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left:0!important;
min-height: 20px!important;
}

But can I change the order of title / meta-info / content ?
I would like the “category / date / meta-info” displayed BEFORE the title.

I’ve been looking for some documentation for this method (css examples and docs) in order to customize how blocks appear. But I did not find it.. are there any?

Post count: 6535

Hi

To achieve that you need to edit td_module_10.php file and move the function which generate the title below meta info container: http://screencast.com/t/kLaGBkx40http://screencast.com/t/HzBHD4hjQzF

Hope this helps.
Thanks!

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