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!!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025