Home › Forums › Support › How to remove right sidebar in mobile? This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 5, 2019 at 9:32 am #1027074 andres How to remove right sidebar in mobile? October 5, 2019 at 10:26 am #1027098 DavidStaff Customer Support Hi there, add this CSS: @media (max-width: 768px) { #right-sidebar { display: none; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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