Hiding big grid on responsive

Posted in: Newspaper
Post count: 2

Hi there,

First of all thanks for this great theme!

I can hide big grid 3 on responsive category pages with this css:


@media
(max-width: 767px) {
.category .td_block_big_grid_3 {
display: none;
}
}

But the issue is all the latest 4 posts (the ones on the big big grid) on each category pages are all gone with the big grid.

How can I hide the big grid on responsive and still keep the latest 4 posts on infinite scroll block.

Thanks!

Post count: 20688

Hi,

Indeed that will be the case. If you have hidden the grid, the posts displayed in it will be hidden as well. If you don’t want a top grid in a category page, disable it in the theme panel for that category, no need for
https://www.screencast.com/t/ZXt8pwy1yn
It will be disabled permanently for all devices, it cannot be disabled only for a specific device.

Thanks

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