.visible-960only {display: none !important;}
@media only screen and (min-width: 960px) and (max-width: 960px) {
body .visible-960only {display: inline-block !important;}
}
The following users have thanked you: Ruy Gonzalo Martinez Allende
.visible-960only {display: none !important;}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
body .visible-960only {display: inline-block !important;}
}
The following users have thanked you: Ruy Gonzalo Martinez Allende
@media only screen and (min-width: 1200px){
.visible-desktop.hidden-large {display: none !important;}
}
Time to create page: 0.057 seconds