Shopify themes, liquid, logos, and UX
Hey guys, I need to move the bottom part of my footer up, how can I do that?
Here’s my store URL: https://1049xn-ya.myshopify.com/
Thanks,
Tim
Hi @CreatorTim
I already did check your other post.
https://community.shopify.com/c/shopify-design/footer-adjustments/td-p/2887913
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey, yeah, I've seen it, but it doesn't work.
HI @CreatorTim
.footer__content-bottom > div:nth-child(1) > .footer__column.footer__column--info {
align-items: start !important;
}
Hey, it doesn't work, the code just moved the payment icons to the left, but I want to keep them on the right and I just want to move the bottom section (the store name and the payment icons) up.
I want it like this:
And your code did this:
Thank you,
Tim
Please try this code
.footer__content-bottom > div:nth-child(1) > .footer__column.footer__column--info {
position: absolute;
width: 90%;
left: 5%;
top: 55%;
}
.footer__content-bottom > div:nth-child(1) {
position: relative !important;
}
.footer__content-bottom > div:nth-child(1) > .footer__column.footer__column--info .footer__payment {
width: 100%;
}
.footer__content-bottom > div:nth-child(1) > .footer__column.footer__column--info .footer__payment ul.list.list-payment {justify-content: space-between !important;}
Here is the result:
Best,
Daisy
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025