All things Shopify and commerce
This is an accepted solution.
Hi @randytheasian ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.footer-block--newsletter > ul.list-unstyled.list-social.footer__list-social {
left: 50% !important;
top: 100% !important;
transform: translateX(-50%);
}
Here is the result:
Let me know if it helps!
Best,
Daisy.
Hi @randytheasian
Please put this code in theme.liquid before body closing tag </body>
<style>
@media screen and (min-width: 750px) {
.footer-block--newsletter {
flex-wrap: nowrap;
justify-content: center;
display: block;
}
.footer-block__newsletter+.footer__list-social {
position: unset !important;
}
}
</style>
Thanks!
It didn't work
Hi, it is a simple CSS task. I can fix it. Can I send you a collaboration request?
Try this one.
@media screen and (min-width: 750px) {
.footer-block__newsletter+.footer__list-social {
position: absolute;
bottom: -50% !important;
right: 50% !important;
transform: translate(50%);
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @randytheasian ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.footer-block--newsletter > ul.list-unstyled.list-social.footer__list-social {
left: 50% !important;
top: 100% !important;
transform: translateX(-50%);
}
Here is the result:
Let me know if it helps!
Best,
Daisy.
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