Shopify themes, liquid, logos, and UX
I have three columns on my store's footer, i need first column to be wider, and rest two colums to be smaller.
could you someone take a look and advise pls , here is the link to store :
Elegance Threads- Buy Pakistani Stitched clothes in USA (772de6.myshopify.com)
Solved! Go to the solution
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
To adjust the width of the column footer you need to follow these steps:
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: Choose file theme.liquid and past code above the </head>
<style>
@media only screen and (min-width: 1024px) {
.footer__blocks-wrapper .footer-block:nth-child(1) {
width: 50% !important;
}
.footer__blocks-wrapper .footer-block:nth-child(2) {
width: 20% !important;
}
.footer__blocks-wrapper .footer-block:nth-child(3) {
width: 20% !important;
}
}
</style>
Additionally, you can adjust the % value you want.
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Yes, Sure. You can add code below to above the tag <head>
<style>
.footer-block__details-content li a{
padding: 0px !important;
}
</style>
Thank you for wating.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
To adjust the width of the column footer you need to follow these steps:
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: Choose file theme.liquid and past code above the </head>
<style>
@media only screen and (min-width: 1024px) {
.footer__blocks-wrapper .footer-block:nth-child(1) {
width: 50% !important;
}
.footer__blocks-wrapper .footer-block:nth-child(2) {
width: 20% !important;
}
.footer__blocks-wrapper .footer-block:nth-child(3) {
width: 20% !important;
}
}
</style>
Additionally, you can adjust the % value you want.
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
thank you very much that worked.
would you also be able to advise how to decrease the space between menu's in quick menu section on footer ?
thank you
This is an accepted solution.
Yes, Sure. You can add code below to above the tag <head>
<style>
.footer-block__details-content li a{
padding: 0px !important;
}
</style>
Thank you for wating.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
perfect you are a champ. could you also check a question i just posted about collection page.
Yes sure, I will check it.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025