@media only screen and (min-width: 1025px) {
.myClass {
/*...your desktop-only style...*/
}
}
Search Knowledge Base Articles
Desktop Only CSS Rule
Did you find this article useful?
Related Articles
-
Youtube 100% Fluid Width
HTML CODE<div class="videoWrapper"> <!-- Copy & Pasted from YouTube --> &l...