Footer Line spacing between sections?

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!

1 Like

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 tag


RESULT:

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

Best Regards,
Moeed

@SamSukhoonNordl

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

  • 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:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.footer-block__details-content.rte p {
    margin: 0px !important;
}

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

Sorry got messy. Forgot this.

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 tag


RESULT:

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

Best Regards,
Moeed

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:

1 Like

I dont have an Theme.css

you can find base.css @SamSukhoonNordl