You can 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( 'vamtam-theme-responsive-mode', '__return_false' );



Please note that we do not test themes with the responsive version disabled, and we do not officially support this. There may be unintended side effects.