<div class="rt-grid-3 rt-alpha">
code.goes.here
</div>
<div class="rt-grid-6">
code.goes.here
</div>
<div class="rt-grid-3 rt-omega">
code.goes.here
</div>
.rt-grid-6 {
width: 700px !important;
}
.rt-grid-3.rt-omega {
width: 200px !important;
}
.rt-grid-3.sidebar-left.rt-pull-6 {
width: 200px !important;
left: -700px;
}
.rt-grid-6.rt-push-3 {
width: 700px!important;
left: 200px;
}
/* Large Mode */
@media only screen and (min-width: 1200px) {
.rt-grid-3.sidebar-left.rt-pull-6 {
width: 200px !important;
left: -700px;
}
.rt-grid-6.rt-push-3 {
width: 700px !important;
left: 200px;
}
}
/* Desktop Mode */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.rt-grid-3.sidebar-left.rt-pull-6 {
width: 160px !important;
left: -570px;}
.rt-grid-6.rt-push-3 {
width: 560px !important;
left: 155px;
}
}
/* Tablet Mode */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.rt-grid-3.sidebar-left.rt-pull-6 {
width: 160px !important;
left: -570px;}
.rt-grid-6.rt-push-3 {
width: 560px !important;
left: 155px;
}
}
Time to create page: 0.055 seconds