Shopify themes, liquid, logos, and UX
This is an accepted solution.
Hey @Radu6,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.footer-block--newsletter.scroll-trigger.animate--slide-in {
flex-direction: column !important;
align-items: center !important;
}
.footer__follow-on-shop {
margin: 0 !important;
}
@media only screen and (min-width: 990px) {
.footer__follow-on-shop {
transform: translateX(10px) !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Hello @Radu6
Can you share store URL?
revolve-lifestyle.com
This is an accepted solution.
Hey @Radu6,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.footer-block--newsletter.scroll-trigger.animate--slide-in {
flex-direction: column !important;
align-items: center !important;
}
.footer__follow-on-shop {
margin: 0 !important;
}
@media only screen and (min-width: 990px) {
.footer__follow-on-shop {
transform: translateX(10px) !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
It works, thank you !
Hey there,
I used the code you provided on my site and the social icons are perfectly centered, but the "Follow on shop" button above them is not quite centered. Leans a bit to the right. Screenshot below. URL = themusicrescue.com. Any ideas?
Thanks!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn 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, 2025