Make the widget centered on a page

It’s can be done via the following CSS code:

.global-styles, [class^='RootLayout__Component-sc-'] {
margin: 0 auto;
}

Yet if’d be possible to adjust it in the widget settings, it could be great!

1 Like