Home › Forums › Support › Hide a container on computer This topic has 7 replies, 3 voices, and was last updated 5 years, 2 months ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 14, 2021 at 6:41 am #1618392 Matthieu Hello, I would like to hide a container on my computer and display it on mobile. How could I do that? Thank you. 😃 January 14, 2021 at 7:20 am #1618636 DavidStaff Customer Support Hi there, you can use the hide-on-* classes: https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes If your using the Block Editor, you can add the class to the block > Advanced > Additional CSS Class(es) field. January 14, 2021 at 7:51 am #1618683 Matthieu It’s perfect, thanks ! January 14, 2021 at 8:34 am #1618739 DavidStaff Customer Support You’re welcome January 14, 2021 at 5:01 pm #1619238 Matthieu Hello, is there a css script to hide the top bar on computer / tablets ? Thanks. January 14, 2021 at 5:02 pm #1619241 LeoStaff Customer Support Hi there, Try this: @media (min-width: 769px) { .top-bar { display: none; } } January 14, 2021 at 5:16 pm #1619255 Matthieu Perfect thank you so much ! January 14, 2021 at 5:31 pm #1619273 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In