Hi,
It's almost OK, but there is too much indentation after hiding items to the left.
Maybe give a CSS solution because I can't handle it.
Below scrn:
I guess I managed it. I made the change as below and it works fine, but let me know if I mixed up anything:
@media only screen and (min-width:992px) {.view-pages .joms-main {padding-left:0px;width:100%; } }
.view-pages .joms-sidebar{display:none;}