Shopify themes, liquid, logos, and UX
Hi There,
How can I adjust the spacing in my footer so that:
1: "Help Center" and "Contact Us" are aligned (at the top of their containers)?
2: Decreasing the space between each element under "Help Center" to have similar spacing to the items under "Contact Us"?
Website:
Thank you in advance for any guidance you can provide.
Best,
Will
Solved! Go to the solution
This is an accepted solution.
Hi @guisemen add this css at the bottom of base.css file
@media only screen and (min-width: 768px){
.footer__blocks-wrapper > div:nth-child(3) {
align-self: flex-start;
}
.footer__blocks-wrapper > div:nth-child(2) a {
padding-bottom: 0;
}
}
This is an accepted solution.
Hi @guisemen add this css at the bottom of base.css file
@media only screen and (min-width: 768px){
.footer__blocks-wrapper > div:nth-child(3) {
align-self: flex-start;
}
.footer__blocks-wrapper > div:nth-child(2) a {
padding-bottom: 0;
}
}
Solved -- thank you!!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025