How can I reduce line spacing in the Dawn theme footer menu?

hi, I am using dawn theme. My page is fitsismovement and the website is www.fitsisllc.com. Password is naclao. I am trying to reduce the line spacing in my footer menu to not have large gaps in between each line of text. Please advise on correct coding that needs to be added. Thank you.

Hello @fitsismovement ,

Edit section-footer.css and at the bottom of the file paste this css code

.footer-block__details-content li {
    line-height: 1.7em;
}
.footer-block__details-content li a {
    line-height: 0
}

Thanks

1 Like