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!
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!
Hey @SamSukhoonNordl
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
.footer__content-top {
padding-bottom: 1rem !important;
}
Do you mean the space between contact us and faq?
If it is check this one.
.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.
Hey @SamSukhoonNordl
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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:
I dont have an Theme.css
you can find base.css @SamSukhoonNordl