So I use media query on Qiang just fine but now i'm trying to use this code on Trigon and it's not working. Am I missing something? O.O
h7,h8,h2 {opacity:0.3;}
h7:hover,h8:hover,h2:hover {opacity:1;}
.hover2 {margin-left:10px;}
h7,h8, h2 {opacity:0.3;}
@ media (max-width: 600px) {
h7,h8,h2 {opacity:1!important;}
.hover2 {display:none;}
}
(i had to include a space between @ and media cause it was pinging media)
solution: media (max-device-width: 550px) {