removing sidebar from mobile

Posted in: Newspaper
Post count: 44

Hi, i would like to keep the right sidebar from blog posts on my desktop version but to remove it from mobile. how do i do that? I’m using classic/gutenberg editors and not tagdiv composer
example here

Post count: 27744

Hello,

To hide the sidebar you need to use a custom code CSS

.td-ss-main-sidebar {
display: none;
}

Set the code in Theme Panel -> Custom Code -> Advanced Css -> Phones -> https://i.imgur.com/IlMFlug.png

Thank you!

Post count: 44

Thank you very much, useful as always.

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