Search for: Log In Free Support [Resolved] Hide sidebars on mobile Home › Forums › Support › Hide sidebars on mobile This topic has 1 reply, 2 voices, and was last updated 7 months, 1 week ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 17, 2020 at 7:35 am #1331281 Pranav Hello, I want to hide both sidebars in the tablet & mobile view. How can I do this? June 17, 2020 at 12:01 pm #1331749 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { .sidebar { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ 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