Move widget to the center of the page

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

.global-styles, [class*="RootLayout__Component"] {
    margin: auto;
}