Search for: Log In Free Support [Resolved] Hide widgets in mobile Home › Forums › Support › Hide widgets in mobile This topic has 3 replies, 2 voices, and was last updated 4 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 15, 2020 at 7:32 pm #1445026 Juan Hi, how are you doing? I have a few widgets in my website’s top bar and would like them to be hidden in mobile devices. How could I do it? I tried with the Widgets Options plugin, but for some reason it didn’t work. Thanks, Juan September 15, 2020 at 7:33 pm #1445029 LeoStaff Customer Support Hi there, Are you trying to hide the entire top bar on mobile? If so try this CSS: @media (max-width: 768px) { .top-bar { 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/ September 15, 2020 at 8:41 pm #1445072 Juan Thanks, Leo, you’re the best! September 16, 2020 at 7:48 am #1445752 LeoStaff Customer Support No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In