media query in child theme
Hi, I have moved CSS from custom CSS to child theme, and all works well except:
@media screen and (min-width: 800px)
{
#gallery_mobile {display:none !important}
}
This same media query worked as expected in the theme custom CSS, but copying and pasting in child theme, it doesn't work
Any ideas? Many thanks