Hiding section on mobile

Hey, I want to hide a banner image section on the mobile view and I also know the code for it, and I’ve tried all possible variations but it doesn’t work, here’s the code:

@media (max-width: 767px) {
#shopify-section-template--21337947832665__image_banner_8bYqcU{
	display: none !important;
}

are there any other options?

1 Like

Hi @chrxskalitta

I think your code is missing something? or you just paste it wrong?

@media (max-width: 767px) {
#shopify-section-template--21337947832665__image_banner_8bYqcU {
	display: none !important;
}
}

Try this one. If not working, would you mind to share your store URL? Thanks!