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!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025