How to hide some Blocks in mobile version

Posted in: Newsmag
Post count: 22

How to hide some Blocks in mobile version

the blocks from homepage and sidebar

Post count: 6535

Hi

Please provide your site url so I can have a closer look and get back to you with a more accurate answer.
Thanks!

Post count: 22
Post count: 6535

Hi

Try this css in theme panel > custom code > custom css, it will hide right side from the homepage on mobile: http://screencast.com/t/HoxZJHfYn

@media(max-width: 768px){.home .td-container .td-pb-span4{
display: none;
}
}

Thanks!

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