Center gallery title using CSS
Add a CSS content block to the ALL GALLERIES section on your site and then add this CSS code to it:
/*Center gallery title*/
.sm-gallery-cover-title {
text-align: center;
}
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
Add a CSS content block to the ALL GALLERIES section on your site and then add this CSS code to it:
/*Center gallery title*/
.sm-gallery-cover-title {
text-align: center;
}