Shopify themes, liquid, logos, and UX
I add a custom.liquid in the homepage footer to show the media icon right under the text banner. It looks center on mobile but not on desktop like attached. Anyone can help me the correct way put those icons in the middle on desktop page?
Solved! Go to the solution
This is an accepted solution.
Hi @NatalieY123,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.list-social {
display: flex;
flex-wrap: wrap;
justify-content: center !important;
}
This is an accepted solution.
Hi @NatalieY123,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.list-social {
display: flex;
flex-wrap: wrap;
justify-content: center !important;
}
Thank you so much, it works now!
Please like and mark the solution @NatalieY123
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025