/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
#rt-top {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
background-color: green;
}
body {
margin-top: 50px;
}
}
/* Large Display */
@media (min-width: 1200px) {
#rt-top {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
background-color: green;
}
body {
margin-top: 50px;
}
}
Time to create page: 0.052 seconds