newspaper mobile plugin – make it show only 2 big featured posts

Posted in: Newspaper
Post count: 27


here is the image, now its show 3 posts. I would like to make it show only two big featured posts on the mobile theme.
Thanks you a lot

Post count: 20688

Hi,

Unfortunately there is no setting to change the number of modules in the top mobile grid, when using the mobile theme. This will display 3 of the featured posts. If you would like to display two posts, you could make the modification in the mobile theme plugin grid
https://www.screencast.com/t/jhCtZycNV4ZY
The height of the modules could be changed with a code like this if needed
https://www.screencast.com/t/3R1DrBrlrQ

.td_module_mob_2 .td-module-thumb {
height: 250px;
}

This code must be entered in Theme panel->Mobile theme->Custom CSS section. Experiment with different height values until you achieve the desired result.

Thanks

Post count: 22

thanks for the tip, but now there are 1 articles missing in the category listings, which was normally shown above.

Translated with http://www.DeepL.com/Translator

Post count: 20688

Hi,

The top grid will display three posts from the Featured category, unless changing the value as shown. The section below will display posts sorted by Latest. The post will be displayed in the latest post loop, depending on post publish date.

Thanks

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