Hi,
Do you mean centered with the filters e.g. All, Commercial Repairs, Concrete Leveling and Date, Name? If so, I believe you would have to open template_portfolio.php and add after the closing </SPAN> tag.
Original code:
$output .= "<span>".__('Show:','avisio')."</span>";
New code:
$output .= "<span>".__('Show:','avisio')."</span><br />";
Original code:
$output .= "<span>".__('Sort by:','avisio')."</span>";
New code:
$output .= "<span>".__('Sort by:','avisio')."</span>";
Then you would have to add text-align: center; to .sort_by_val in style.css.
Hope this helps!
Regards,
Mya