Shopify themes, liquid, logos, and UX
Hi guys.
I tried to set up a menu in my footer section but the last page seems to be aligned out of the menu as you can see in the picture -
Tried to fix it using custom CSS and adding some code to base.css page without success.
Any clues?
Thank you!
Solved! Go to the solution
This is an accepted solution.
@segevpeleg, here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:
@media screen and (min-width: 750px) {
footer .footer-block__details-content li {
margin-right: 1.5rem !important;
}
}
3. Save (right top corner)
4. Hard refresh the storefront
If done correctly, the result should be like this:
Hi @segevpeleg. Welcome to the Shopify community!
Could you share the website URL? It would be much easier to debug and solve this. If it's password-protected, a password would be needed too.
This is an accepted solution.
@segevpeleg, here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:
@media screen and (min-width: 750px) {
footer .footer-block__details-content li {
margin-right: 1.5rem !important;
}
}
3. Save (right top corner)
4. Hard refresh the storefront
If done correctly, the result should be like this:
Hi, in your base.css replace the code you added with this:
.footer-block__details-content li:last-child {
margin-right: 1.5rem;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025