You can easily disable the responsive version of the theme. Please get a child theme from https://vamtam.com/child-themes/ and put the following in its functions.php file: 

add_filter( 'pre_option_wpv_is-responsive', function( $a ) {
    return 'false';
} );