Mobile Theme Category page layout

Posted in: Newspaper
Post count: 99

Hi,
How do you set the post layout of the category page of the mobile theme to only show the headline and not the thumbnails?
https://tinyurl.com/ygu5djcd

Post count: 27744

Hello,

To hide the thumbs you need to use this custom code

.td_module_mob_1 .td-module-thumb{
display: none;

}
.td_module_mob_1 .item-details {
margin: auto;
}

and look like this => https://www.screencast.com/t/Pm3H3ccBn
Set the code in Theme Panel -> Mobile Theme -> Custom Code => https://www.screencast.com/t/St204VtFl3NU

Hope this helps you!

Thank you!

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