Hiding Sidebar for tablets

Posted in: Newspaper
Post count: 23

How to hide sidebar for tablets. thanks !

Post count: 23312

Hello mahmoudfathymohamed,

If you want to disable the sidebar for the tablet device, please try the code below and add it in Theme panel->Custom CSS area.

@media (max-width: 1140px) and (min-width: 768px){
.td-main-content {
width: 100%;
}
}
@media (max-width: 1140px) and (min-width: 768px){
.td-ss-main-sidebar {
display:none;
}
}

Hope this helps and let us know how it goes!

Thank you for the message!

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