Center All Content in Footer Section - Dawn Theme

Can someone please provide a code to center all content in footer section for mobile and desktop version? Thank you in advance :slightly_smiling_face:

FeminiqueByCameron LLC - Quality Comfortable Sleepwear

The recommended approach would be to ask a developer to modify the theme settings: https://shopify.dev/docs/themes/architecture/settings

But a quick fix might be to add the following CSS code to your theme:

.footer-block--newsletter {
    display: grid !important;
}