Hi,
Please open to edit sf-portfolio.php at /wp-content/themes/dante/includes/
Find this code at line 45
'post_type' => 'portfolio',
Replace with
'post_type' => 'portfolio','orderby'=> 'modified', 'order' => 'DSC',
Hope it should work fine 100% .
Thanks