Align the Image Choice to the center

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

[class*="ImageChoice__OptionsContainer-sc"]{
	justify-content: center;
}
3 Likes