Module 11 Excerpts on Mobile & iPad

Posted in: Newspaper
Post count: 159

Is it possible to show excerpts on Mobile and iPad for Module 11?

Post count: 23312

Hi,

Use the code below.

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

The result -> https://www.screencast.com/t/M89BcQ5Dgp

Thanks.

Post count: 159

Thanks!

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