How can i hide some widgets on mobile

Posted in: Newspaper
Post count: 101

Hi, i want to hide some widgets in mobile version. Can i do this?

i dont want to use mobile theme plugin.

Post count: 101

i dont want use this.

@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}

i dont want hide all widgets. Just hide some modules.

Post count: 101

i added here class. and use this code

@media (max-width:767px){
.gizle{
display:none!important
}
}

Can i use this?

Post count: 22421

Yes, you can use that code as it will only affect the block using that class.

Thanks.

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