I needed to organize the portfolio gallery by alphabetical, and was able to do it by editing the theme file page_part-portfolio-grid.php to add to the query
‘orderby’ => ‘title’,
‘order’ => ‘ASC’,
however anytime theres an update its overwritten.
Would be nice to add a sorting option to the portfolio menu?