http://prntscr.com/fbnav3
In the settings, mobile optimization is enabled.
@media only screen and (max-width:1100px) {
#gkContent, #gkPageContent, #gkSidebarLeft {
float: none;
min-height: 0 !important;
width: 100% !important;
}
#gkSidebarRight .box {
float: none;
width: 100%;
}
}
@media only screen and (max-width:850px) {
#gkSidebarRight {
float: none !important;
width: 100% !important;
}
#gkContentWrap > div {
width: 100% !important;
min-height: 0 !important;
}
}
@media only screen and (max-width:640px) {
#gkBannerLeft, #gkBannerRight {
float: none !important;
max-width: 100% !important;
width: 100% !important;
}
}