I am trying to tighten up space at the bottom of the page, image attached demonstrating where I need to remove spacing. I thought I found what needed to be changed in the custom.css file, but it didn't work, whether I put it in the local/custom.css file or the css/custom.css file. Here is the code I tried to set:
/ * tighten the padding top & bottom for logo line */
/* modify footer padding */
@media (min-width: 992px)
div.t4-col.footnav-1.col-md-12.text-center.footer-logo {
border-bottom: 1px solid rgba(255,255,255,.1);
padding-bottom: 10px;
margin-bottom: 10px;
}
.t4-footnav .container {
padding-top: 2rem;
padding-bottom: 2rem;
}
Please tell me where I went wrong and how to fix it. Thank you.