disable gird from mobile theme

Posted in: Newspaper
Post count: 2

How can i disable the grid from mobile theme? I don’t use the featured option, hence it is displaying three latest posts repeatedly.

Post count: 20688

Hi,

You can try this code if you want to hide the big grid displayed on mobile, just enter it in Theme panel->Mobile theme->Custom code – https://www.screencast.com/t/EDRafYlMcO

.td_block_big_grid_mob_1 {
display: none;
}

Thanks

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