To center the Load More button

Currently it’s always displayed on the left. We adjusted in with the following code:

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

It’d be nice to have settings for it in the editor.

1 Like