Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I have added these two links in footer and now I want to add space between them.
I have tried:
and more, and I'm not getting the result I want. Margin added space on the left, in the middle, and right side. I only want space between them.
Webshop: https://axiomunit.store
Also, if you have time please help me with these problems:
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @Jiozx
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste code at last
big.policy__content {
margin-right: 10px;
font-size: 12px;
}
big.policy__content:last-child {
margin-right: 0;
}
@WorkGPT1 that's not a solution. What if I add more links? Would I have to add that HTML code every time? Come on.
This is an accepted solution.
Hi @Jiozx
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste code at last
big.policy__content {
margin-right: 10px;
font-size: 12px;
}
big.policy__content:last-child {
margin-right: 0;
}
@Kani I don't want to add more CSS, so if you could edit these CSS codes, I would appreciate it.
.policy__content a {
color: rgb(var(--color-foreground));
}
.policy__content a:hover {
color: rgb(var(--color-foreground));
text-decoration: underline;
text-underline-offset: 0.3rem;
}
Nevermind, I fixed it.
huh great.
Pls accept as solution as it fixed your problem. Thank you🙂
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