How To Hide Sidebar On Mobile Devices

Posted in: Newsmag
Post count: 23

How To Hide Sidebar On Mobile Devices?

Post count: 23312

Hello Alexander Kleyman,

If you want to hide the sidebars from mobile view, you should use the code below and place it in Theme panel->Cusotm CSS area.

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

Hope this helps!

Thanks for your understanding!

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