Bug in responsive.css (Version 1.6.8 )
-
Just updated SKT Corp (free) to version 1.6.8. In file responsive.css at line 86 there is a missing “and”.
@media screen (min-width:768px) and (max-width:999px){
should read
@media screen <em>and</em> (min-width:768px) and (max-width:999px){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in responsive.css (Version 1.6.8 )’ is closed to new replies.
