Align Load More button to the center

Add this code to the Custom CSS field on your Photo Gallery widget’s Style tab:

.global-styles, .eapp-photo-gallery-photo-gallery-component {
  text-align: center;
}