08.07.2015, 10:50
Add the following code to Custom CSS (Vis. graphics -> Edit custom CSS):
Code:
.touch .sidebar,
.touch .btn-menu {
display: none !important;
}
@media (max-width: 1279px) {
.touch .control-wrap {
left: 5px;
}
}
@media (min-width: 1280px) {
.touch .control-wrap {
width: 1270px;
margin-left: -635px;
}
}