In mobile not showing excerpt on post stream

Posted in: Newspaper
Post count: 37

Hi, I setup post stream – http://joxi.ru/EA4p6PtDJ1yWAb

By excerpt – http://joxi.ru/p27LoQU0l4dpA7

But in mobile – http://joxi.ru/V2VeYZi0gPOxmv

Post count: 7909

Hi,

Please provide a link so we can inspect this.
Please note that not all modules or blocks were designed to display excepts on mobile devices.

Thanks!

Post count: 37
Post count: 37

I need excerpt these format text in desctop and mobile – http://joxi.ru/VrwQM4cKlP3V2X

Post count: 20688

That type of block does not show the excerpt on mobile, please check the block on mobile in the live demo
https://demo.tagdiv.com/newspaper/block-11/
I could give you a code to make them display, it will look like this
https://www.screencast.com/t/EdE6DEto2

.td_block_12 .td_module_11 .td-module-meta-info {
display: inline;
}
.td_block_12 .td_module_11 .td-excerpt {
display: block;
}

Enter it in the theme panel here
https://www.screencast.com/t/L1Jau0yBv7Q

Or you could use a different type of block, which displays excerpts on mobile.

Post count: 37

Thanks, super!

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