Search for: Log In Free Support [Resolved] Hide Widget on Mobile Home › Forums › Support › Hide Widget on Mobile This topic has 3 replies, 2 voices, and was last updated 1 year, 8 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 21, 2019 at 11:11 am #937295 Mark I have a few widgets in my sidebar and I only want to hide one in mobile, not the whole sidebar. Any CSS suggestions? It’s the top right photo/graphic. June 21, 2019 at 11:17 am #937302 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { .sidebar .widget:first-child { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 21, 2019 at 11:23 am #937309 Mark Perfect. Would the next one down be “second-child”? Thanks June 21, 2019 at 11:40 am #937323 LeoStaff Customer Support This should help: https://www.w3schools.com/cssref/sel_nth-child.asp 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