Hi there
I was wondering if someone could maybe assist me please. I am using Dawn Theme. I have a brand information “box” in my footer. I would like to center my Social Media Icons. As it is currently towards the “left side”.
(I have attached a picture to show how my Social Media Icons are currently looking. )
Thank you 
1 Like
HI @carla_5_1
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.footer-block__brand-info .footer__list-social.list-social {
justify-content: center !important;
}
And Save.
Result:
Note: Please, be aware simple css code dont need collaboration. You can follow the instruction easily.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like