Posted by Deleted User on

It worked when I inserted an extra css file on the modern template with this coding:

@media only screen and (max-width: 1026px) {
    #leftcol {
        display: none;
    }
}