Shopify themes, liquid, logos, and UX
I'm trying to center the content in my footer to look like this:
I'm working on this site: https://gelt-glow.myshopify.com/
This is the password: tughao
How do I do this?
Solved! Go to the solution
This is an accepted solution.
TRy this one.
@media only screen and (min-width: 749px){
.footer-block.grid__item {
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-block__details-content, h2.footer-block__heading.inline-richtext {
text-align: center;
}
}
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.
TRy this one.
@media only screen and (min-width: 749px){
.footer-block.grid__item {
display: flex;
flex-direction: column;
justify-content: center;
}
.footer-block__details-content, h2.footer-block__heading.inline-richtext {
text-align: center;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Perfect, thank you so much! Any chance you could also help me figure out how to add this image to the top of my footer?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024