Can someone please provide a code to center all content in footer section for mobile and desktop version? Thank you in advance ![]()
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;
}
