How To Center The Mail And Social Icons On Shopify Store

to center the email and social media icons on any basic Shopify theme like dawn or Brooklyn

1- Go to the online store > Theme >Edit Code

change menu on shopfiy store

2- Assets >base. css

add CSS code to shopify store

3 – Add code at the bottom.

.footer-block--newsletter {
    display: flex;
    flex-direction: column;
    align-items: center !important;
}

this is the results :

Leave a Comment