Does anyone know how to shrink the footer to about half the current size and condense the “Contact Us” portion to not have a big space between each line of text?
Link:
https://goldstar3343.myshopify.com/
No password.
Thank you so much for your time and help
Hey @heyitsphae ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file.
@media screen and (min-width: 750px) {
.footer-block__details-content p {
margin: 0;
}
.footer__content-top {
padding-bottom: 2rem !important;
}
.footer__content-bottom {
padding-top: 1rem !important;
}
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman
1 Like
yes this definitely helped the footer height, but do you know how to make the spacing less between the lines in the “contact us” section?
Hey @heyitsphae ,
You can follow below code.
@media screen and (min-width: 750px) {
.footer-block__heading {
margin-bottom: 0;
}
}
If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman
Hi - I have applied this code but it only affects the desktop site and not the mobile site.
Can you please provide code to change the mobile site to match.
Site is: mojavecollective.shop
Thanks