What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Add bottom padding the links in the footer with moving the underlines

Solved

Add bottom padding the links in the footer with moving the underlines

flammagreg
Trailblazer
276 0 39

Hi guys,

 

I've been stuck on this for a while. Does anybody know how I can add 24px of bottom padding to the links in the footer without moving the underlines underneath the links. My website is seraneeva.com. Any help would be greatly appreciated!!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @flammagreg 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.footer-content.nav-link-animated li {
    padding-bottom: 24px;
}

 

And Save. 

Result:

Made4uoRibe_0-1716832293634.png

Note: I add the padding after the lines. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Hi @flammagreg 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.footer-content.nav-link-animated li {
    padding-bottom: 24px;
}

 

And Save. 

Result:

Made4uoRibe_0-1716832293634.png

Note: I add the padding after the lines. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
flammagreg
Trailblazer
276 0 39

Could you check my site again. It should look like how it is now, but with 24px of bottom padding underneath the underlines

flammagreg
Trailblazer
276 0 39

Nvm got it, thank you!

Made4uo-Ribe
Shopify Partner
9133 2180 2688

As you say "without moving the underlines underneath the links", i didnt move the lines but add space on every links with the underlines. 

In your site now showing that you move the lines near to the links.

Made4uoRibe_0-1716833269138.png

It's confusing now. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
flammagreg
Trailblazer
276 0 39

Thank you!!! Do you also know how to add left and right padding to the footer so that it matches the padding of the image above the header??