I got the override.css working fine, but when I try to add a:
- Code: Select all
@media screen and (max-width: 960px){
#ujiCountdown {
display: none;
}
}
It doesn't seems to be picked up, should I add my media query somewhere else? ... oh... or right in the widget area..