Hiding Newsmag Theme Sidebar On Mobile

Posted in: Newsmag
Post count: 3

Hi,
I am trying to hide my sites sidebar from appearing on mobile while using the Newsmag theme, can anyone give me any advice?

Post count: 35449

Hi,

This can be achieve in two ways:
1. Using the mobile theme plugin -> https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
2. Using a custom css -> http://prntscr.com/pq1tzh
.td-main-sidebar{
display: none!important;
}

Thank you!

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