Exclude element for mobile devices

Posted in: Newspaper
Post count: 10

Hi, Is it possible to exclude a specific element (for example Big Grid 3 of Block 1) for mobile devices.

So the element will show on a desktop, but not a smartphone.

Regards,
Steven.

  • This topic was modified 7 years by sjtchiang.
Post count: 35449

Hi,

For this you can use the mobile theme, this will make your speed more faster -> https://forum.tagdiv.com/the-mobile-theme/ or if you do not want to use the mobile theme you can use a custom css tho hide that block on mobile device;
for example this code will hide the block 1 and 3 ->
.td_block_1, .td_block_3 {
display: none;
}

please set it in newspaper>theme panel>custom code > advance css> mobile section -> https://www.screencast.com/t/50Coc8Qe

Thank you!

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