Shopify themes, liquid, logos, and UX
Hello my website and page is
https://taketwojewelry.com/pages/about-take-two
I would like to center the footer social icons on both desktop and mobile.
Can someone please help? Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @TimTakeTwo ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file
.footer__block.footer__block--social {
flex: 0 0 100%!important;
}
.footer__block.footer__block--social .socials {
justify-content: center!important;
}
This is an accepted solution.
Hey @TimTakeTwo
Go into your admin > online store > themes > customize > click into the "footer" section from the left-hand menu > add the following coding to the "Custom CSS" area:
.socials {
display: flex;
align-items: center;
justify-content: center;
}
Then click into the "social" block within the 'footer' section, and change the "Column width" to 100.
Save changes, and then you should be good-to-go! 🙂
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
This is an accepted solution.
Hi @TimTakeTwo ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file
.footer__block.footer__block--social {
flex: 0 0 100%!important;
}
.footer__block.footer__block--social .socials {
justify-content: center!important;
}
Thank you!!
This is an accepted solution.
Hey @TimTakeTwo
Go into your admin > online store > themes > customize > click into the "footer" section from the left-hand menu > add the following coding to the "Custom CSS" area:
.socials {
display: flex;
align-items: center;
justify-content: center;
}
Then click into the "social" block within the 'footer' section, and change the "Column width" to 100.
Save changes, and then you should be good-to-go! 🙂
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
Thank you!!!!!!!!!!!!!!!!!!!!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025