Remove Big Grid 3

Posted in: Newspaper
Post count: 225

I want to Remove Big Grid 3 (https://prnt.sc/h41z1g) for the mobile user, I want its show only desktop user. How can I do that? Thanks! 🙂

Post count: 20688

Hi,

You could hide the grid with CSS, only for mobile. Something like this, in the Advanced CSS section of the theme panel
https://www.screencast.com/t/q8ooShGqbE

.td_block_big_grid_3 {
display: none;
}

Thanks

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