How to add space between footer links in Dawn theme?

Solved

How to add space between footer links in Dawn theme?

Jiozx
Pathfinder
136 4 56

Hi,

 

I have added these two links in footer and now I want to add space between them.

Jiozx_0-1667132209303.png

I have tried:

  • clear: both;
  • clear: left;
  • clear: right;
  • margin: 0 20px;
  • margin-left
  • margin-right

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:

https://community.shopify.com/c/technical-q-a/align-slideshow-button-in-bottom-center-on-mobile-vers...

https://community.shopify.com/c/technical-q-a/edit-small-width-image-with-text-section-dawn/td-p/178...

 

Thank you.

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Accepted Solution (1)

Kani
Shopify Partner
468 125 232

This is an accepted solution.

Hi @Jiozx 

 

Kani_1-1667308010809.png

 

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;
}

 

Hey!! ʕ ᵔᴥᵔ ʔ
Please click 'Like' and ' Accept as Solution' to encourage me to continue sharing my expertise. ♡
If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response. 🙂

View solution in original post

Replies 6 (6)

WorkGPT1
Shopify Partner
39 0 2

ShopAutomation1_1-1667139465603.png

 

 

Customized ChatGPT for your Shop - Chat with your store data & tools like your virtual assistant.
Jiozx
Pathfinder
136 4 56

@WorkGPT1 that's not a solution. What if I add more links? Would I have to add that HTML code every time? Come on.

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store

Kani
Shopify Partner
468 125 232

This is an accepted solution.

Hi @Jiozx 

 

Kani_1-1667308010809.png

 

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;
}

 

Hey!! ʕ ᵔᴥᵔ ʔ
Please click 'Like' and ' Accept as Solution' to encourage me to continue sharing my expertise. ♡
If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response. 🙂
Jiozx
Pathfinder
136 4 56

@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;
}

 

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Jiozx
Pathfinder
136 4 56

Nevermind, I fixed it.

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Kani
Shopify Partner
468 125 232

huh great.

Pls accept as solution as it fixed your problem. Thank you🙂

Hey!! ʕ ᵔᴥᵔ ʔ
Please click 'Like' and ' Accept as Solution' to encourage me to continue sharing my expertise. ♡
If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response. 🙂