Shopify themes, liquid, logos, and UX
Hey, is there a way to move quick links and reduce the margin between them in the footer menu? Also if possible add a | between the "Brand information" And quick links section. Would appreciate any help with this! I will add a picture of the issue and desired outcome below.
Store url: https://bellevodesign.com/
Issue:
Desired outcome:
Solved! Go to the solution
This is an accepted solution.
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media screen and (min-width: 750px) {
.grid--4-col-tablet .grid__item:not(:first-child) {
width: 17% !important;
}
.grid--4-col-tablet .grid__item:first-child {
width: 37% !important;
margin-right: 30px !important;
padding-right: 20px !important;
border-right: 1px solid !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
.footer-block__brand-info .rte {
margin-bottom: 30px !important;
}
You can add code
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
@media only screen and (min-width: 750px) {
.footer__localization:empty+.footer__column--info {
align-items: revert !important;
}
.footer__content-bottom-wrapper--center {
justify-content: left !important;
}
}
- You can add code
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @bellevo
Yes, it's possible.
But this will require multiple file updates as per the screen sizes. Is it convenient for you provide me with the store access so that I can do it for you.
This is an accepted solution.
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media screen and (min-width: 750px) {
.grid--4-col-tablet .grid__item:not(:first-child) {
width: 17% !important;
}
.grid--4-col-tablet .grid__item:first-child {
width: 37% !important;
margin-right: 30px !important;
padding-right: 20px !important;
border-right: 1px solid !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Perfect, thank you for your help! One more question, is there a way to add padding between the "Brand information" Section and the "Social Links"
Issue:
Desired outcome:
This is an accepted solution.
.footer-block__brand-info .rte {
margin-bottom: 30px !important;
}
You can add code
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
@bellevo If you want a larger spacing, you can increase 30px to a bigger number
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
You are a life saver thank you! Sorry to bother you but one more question, I removed the Language / Country & Region selectors from the footer and it changed the position of the "Payment Method icons" and "Copy Right Content" in the middle of the screen, is there a way to put the payment methods icons to the right hand side of the screen while the Company name is on the left, thank you in advance you have been a huge help!
Issue:
Desired outcome:
This is an accepted solution.
@media only screen and (min-width: 750px) {
.footer__localization:empty+.footer__column--info {
align-items: revert !important;
}
.footer__content-bottom-wrapper--center {
justify-content: left !important;
}
}
- You can add code
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Thank you so much for all of your help, I really do appreciate it!
Hi @bellevo
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
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