Customize block 16

Posted in: Newspaper
Post count: 3

Hi guys, can I customize my block 16?

I want to make my block 16 looks like this -> http://imgur.com/cIeuWSh
at least, it can show the author name and author avatar below the post excerpt.

And how to customize block 16 so it can show post excerpts below the title on mobile view?

Like this -> http://imgur.com/0WziWvx

Thanks!

Post count: 3

Up 🙂

Post count: 22421

Hello,
Block 16 by default shows the author name: http://screencast.com/t/GGnWhB4I, but in order to make it show the avatar it will need further customization. you can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/customizing-excerpts-homepage-block-12/
For the excerpts, they were hiden on tablets and mobile phones as a design choice.You can make them reappear with this custom css:
@media (max-width: 1018px) and (min-width: 768px){
.td_block_16 .td-excerpt {
display:block!important;
}
}

@media (max-width: 767px){
.td_block_16 .td-excerpt {
display: block!important;
}
}

Thank you!

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