Hide Sidebar on Mobile

Posted in: Newspaper
Post count: 4

Hi guys,

Can you perhaps tell me how to hide the sticky sidebar on mobile?

Currently it displays on the end of the page on mobile, and I would like to remove this.

I don’t need a site wide rule, just on a single post page.

Any ideas on how to do it?

Thanks!

Post count: 20688

Hi,

I could give you a code for this, to remove the sidebar on mobile devices for that specific post. Please provide a link to the post in question.

Thanks

Post count: 4

Please replace the ‘X’s with ‘e’.

http://www.consumXrdefendXr.net/is-the-sun-about-to-sXt-on-solar-subsidiXs/

Thanks 🙂

Post count: 20688

Hi,

Enter this code in Theme panel->Custom Code->Advanced CSS in the phone section

.postid-163 .td-main-sidebar {
display: none;
}

It will remove the sidebar on that post only on mobile.

Thanks

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