How to center the photos in the grid? right now the default is left justified.
Have not launched the widget online yet.
thanks
2 Likes
Hi there, @Tarquin_Swift and welcome to the Community
Please try to use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped:
.global-styles, [class*="RootLayout__Component"] {
margin: auto;
}