Hello..
Someone can tell me why mobile or tablet suffix do not work on this site?
www.dragonettisrl.com
(modules are "Quando ci ricordiamo, aggiorniamo" and "footer menu")
@media only screen and (max-width:1024px) and (min-width: 766px) {
.notablet {
display: none;
}
}
@media only screen and (max-width:767px) {
.nomobile {
display: none;
}
}
@media only screen and (max-width:880px) {
#gkFooterNav {
display: none;
}
}