Shopify themes, liquid, logos, and UX
Hi, i'm on Prestige theme and I'd like to be able to have a balanced footer with newsletter and then 4 columns like so with exact same spacing on the left, right and in between columns (website is www.rouje.com).
But right now we can't have newsletter + 4 columns. Our page is: www.jickie.co
Thanks for helping !!!
Solved! Go to the solution
This is an accepted solution.
Hi @carlajickie
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.min.css and paste this at the bottom of the file:
.footer__main {
max-width: 100%;
}
This is an accepted solution.
Hi @carlajickie
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.footer__main {
max-width: 100%;
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | 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.
Hi @carlajickie
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.min.css and paste this at the bottom of the file:
.footer__main {
max-width: 100%;
}
This is an accepted solution.
Hi @carlajickie
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.footer__main {
max-width: 100%;
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | 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.
Thanks, it works but i'd like to still have a left and right margin like on the picture (website is rouje.com if you need), is it possible ?
Hi,
Go to your Online store > themes> "your theme in which you want to work"> edit code > assets > theme.css
Now find code:
@media screen and (min-width: 1150px) {
.footer__block-list {
justify-content: var(--footer-content-justify-items);
column-gap: 3.75rem;
}
}
and replace it with:
@media screen and (min-width: 1150px) {
.footer__block-list {
justify-content: center; /* old code was: var(--footer-content-justify-items); */
column-gap: 3.75rem;
}
}
Hopefully it will solve your problem.
Thank you
SK
In Canada, payment processors, like those that provide payment processing services t...
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