Hello,
I created an instant NearBy app, and I would like to hide a Header section. I added the following to the Custom CSS section: .panel .app-header {display: none !important;}
The CSS above removed the header but only from desktop view, the header is still there for tablet/mobile views. How to I hide a header for tablet/mobile views.

Thank you,