Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How do i centralise this text? I've gone through the code editor and tried to adjust all alignment to centre but it doesn't work. I use the refresh theme.
Solved! Go to the solution
This is an accepted solution.
Hello @mdk 👋
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.footer__content-bottom-wrapper {
justify-content: center;
}
The result
Hope that helps!
This is an accepted solution.
Hello @mdk 👋
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.footer__content-bottom-wrapper {
justify-content: center;
}
The result
Hope that helps!
You are a genius !
You are welcome 🙂