Footer Line spacing between sections?

Solved

Footer Line spacing between sections?

SamSukhoonNordl
New Member
26 0 5

25067df921a6ae7cc0639e4ce556cc8d.png

 Hello! I want to decrease the spacing between the bottom line & FAQ/Terms...

I want it to be the same as the spacing between About../Shipping and the footer line. 

Found it really hard to explain, I hope someone gets it!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
6657 1593 1966

This is an accepted solution.

Im also thinking that one, but I just wait on your reply. Add this code then on the base.css. 

.footer__content-top.page-width {
    padding-bottom: 2rem;
}
.footer__content-bottom {
    padding-top: 2rem;
}
.footer {
    padding: .5rem;
}

And Save, 

if not enough you can always reduce. 

Result:

Made4uoRibe_0-1719851955980.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 9 (9)

Moeed
Shopify Partner
4137 1053 1302

Hey @SamSukhoonNordl 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.footer-block__details-content>p {
    margin: 0 !important;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    max-width: 20% !important;
}
}
</style>

RESULT:

Moeed_0-1719851038465.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify Specialist? Chat on WhatsApp


- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

BSS-TekLabs
Shopify Expert
242 66 72

@SamSukhoonNordl 

- Here is the solution for you
- Please follow these steps:

step.png

- Then find the theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.footer__content-top {
    padding-bottom: 1rem !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1719851150677.png

 

 

- 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 .
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase

Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency
SamSukhoonNordl
New Member
26 0 5

I dont have an Theme.css

BSS-TekLabs
Shopify Expert
242 66 72

you can find base.css @SamSukhoonNordl 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution .
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase

Need help from our expert? Kindly share your request with us via [email protected]


BSS Commerce - Full-service eCommerce Agency

Made4uo-Ribe
Shopify Partner
6657 1593 1966

Hi @SamSukhoonNordl 

Do you mean the space between contact us and faq? 

If it is check this one.

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.footer-block__details-content.rte p {
    margin: 0px !important;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1719851310977.png

     

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SamSukhoonNordl
New Member
26 0 5

Hello! I want the spacing in the red lines to be as short as the spacing that the black line represents.

e6624a2eb400dd1e16b87407d95444b8.png

SamSukhoonNordl
New Member
26 0 5

Sorry got messy. Forgot this. 

e6624a2eb400dd1e16b87407d95444b8.png

Moeed
Shopify Partner
4137 1053 1302

Hey @SamSukhoonNordl 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.footer__content-top.page-width {
    padding-bottom: 0 !important;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1719851978943.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify Specialist? Chat on WhatsApp


- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Made4uo-Ribe
Shopify Partner
6657 1593 1966

This is an accepted solution.

Im also thinking that one, but I just wait on your reply. Add this code then on the base.css. 

.footer__content-top.page-width {
    padding-bottom: 2rem;
}
.footer__content-bottom {
    padding-top: 2rem;
}
.footer {
    padding: .5rem;
}

And Save, 

if not enough you can always reduce. 

Result:

Made4uoRibe_0-1719851955980.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.