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
Hi!
Is there a way to center the footer at the bottom? And also change the text size? Our current website has it centered, but I updated to Pipeline v6.4 and can't seem to figure out how to change.
Attached screenshots. Blue background is the updated site I am working on. Green background is our current site and how I want it to look like.
Thank you!
Solved! Go to the solution
This is an accepted solution.
.footer__items{
grid-template-columns: 1fr;
justify-items: center;
font-size: 12.6px;
}
.footer__item{
justify-content: center;
align-items: center;
}
.footer__icon {
margin: 5px;
}
try to insert this at the end of your CSS file
If this post helped you kindly press the like or Accept Solution button.
Do you want me to fix something on your Shopify Store?
Hire me @ affordable rate | Email: regie.shopify@gmail.com or Send me a private message
Please post the your Shopify store link I will help you
If this post helped you kindly press the like or Accept Solution button.
Do you want me to fix something on your Shopify Store?
Hire me @ affordable rate | Email: regie.shopify@gmail.com or Send me a private message
This is our website: https://bigbudpress.com/ - The footer on the live site is currently correct though.
Or did you mean the preview link of the one I am working on?
This is an accepted solution.
.footer__items{
grid-template-columns: 1fr;
justify-items: center;
font-size: 12.6px;
}
.footer__item{
justify-content: center;
align-items: center;
}
.footer__icon {
margin: 5px;
}
try to insert this at the end of your CSS file
If this post helped you kindly press the like or Accept Solution button.
Do you want me to fix something on your Shopify Store?
Hire me @ affordable rate | Email: regie.shopify@gmail.com or Send me a private message