Hide the sidebar on mobile

Posted in: Newspaper
Post count: 48

Am i right?
To hide the sidebar on mobile i must use this code:


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

… and put it to custom css area in Theme panel?

Thank you!

Post count: 22421

Hi,
Please follow this topic to see how this can be done: https://forum.tagdiv.com/topic/side-bar-2/
Thank you!

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