Home › Forums › Support › How to hide sidebar on mobile? This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 19, 2016 at 2:03 pm #219688 Jacks McNamara Is there a simple piece of code to hide my right sidebar on a mobile device? Thank you! August 19, 2016 at 2:14 pm #219690 LeoStaff Customer Support This CSS should work: @media (max-width: 768px) { #right-sidebar { display: none; } } Adding CSS: https://generatepress.com/knowledgebase/adding-css/ Let me know 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In