Shopify themes, liquid, logos, and UX
Hello,
I'm trying to center the social media icons on the footer but no solutions worked for me so far. I tried putting below code to theme.css file but It didn't work.
{
ul.social-media social-media--list.unstyled-list {
align: center !important;
}
}
Can anyone help me with this?
My website: https://lawni.com/
Password: steosi
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @Lawni
Try the following code:
.footer .social-media--list {
justify-content: center !important;
text-align: center !important;
}
Best regards,
This is an accepted solution.
Hi @Lawni
Try the following code:
.footer .social-media--list {
justify-content: center !important;
text-align: center !important;
}
Best regards,
It worked, thanks!
How do I fix the placement of my social media icons (seen below)? I tried the code you provided above and changed "center" to "right", but that did not fix it.
This only happens in the table view. Both the Full Desktop/Laptop and the Mobile views are fine.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025