/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
#rt-header {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
background-color: #f5f5f5;
}
body {
margin-top: 95px;
}
}
/* Large Display */
@media (min-width: 1200px) {
#rt-header {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 100;
background-color: #f5f5f5;
}
body {
margin-top: 95px;
}
}
header#rt-top-surround {
box-shadow: none;
border: none;
}
#rt-drawer {
border: none;
}
Time to create page: 0.064 seconds