@media query in the override.css file

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Thu May 02, 2013 6:07 pm
Hi there,

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..
User avatar
Junior Boarder

GK User
Thu May 02, 2013 10:45 pm
Hi,

It should works properly - could you provide an URL to your website?
User avatar
Administrator

GK User
Fri May 03, 2013 10:31 am
User avatar
Junior Boarder

GK User
Fri May 03, 2013 9:57 pm
As I see, you have the problem with inheritance - please change:

Code: Select all
display: none;


to:

Code: Select all
display: none!important;


it should helps :)
User avatar
Administrator

GK User
Sat May 04, 2013 11:11 am
heheh could have figured that one out ;)

thanks!
User avatar
Junior Boarder


cron